Parity with .gitignore Syntax
ignore.conf (and similar files) don't understand all nouances of git glob notation, even though that's a worldwide de-facto standard.
Even Unity itself, and tools like Fmod for Unity, will provide or add ignore.conf entries that actually don't work in Plastic, but should, such as:
# Ignore the Cache-file since it is updated locally either way
/[Aa]ssets/**/FMODStudioCache.asset
/[Aa]ssets/**/FMODStudioCache.asset.meta
/[Aa]ssets/Plugins/FMOD/Cache.meta
/[Aa]ssets/Plugins/FMOD/Cache/Editor.meta
1
vote
Moritz Voss
shared this idea