mirror of
https://github.com/github/gitignore
synced 2024-11-22 11:44:21 +01:00
Add FMOD gitignore files
There is really no reason to not include these by default. If you don't use FMOD, no harm done. But I've seen many teams fail to add this to their gitignore and getting unnecessary git conflicts that could have been easily avoided if this were in from the beginning.
This commit is contained in:
parent
37bc45039c
commit
d4c81e8602
@ -76,3 +76,21 @@ crashlytics-build.properties
|
||||
# Temporary auto-generated Android Assets
|
||||
/[Aa]ssets/[Ss]treamingAssets/aa.meta
|
||||
/[Aa]ssets/[Ss]treamingAssets/aa/*
|
||||
|
||||
# Never ignore DLLs in the FMOD subfolder.
|
||||
!/[Aa]ssets/Plugins/FMOD/**/lib/*
|
||||
|
||||
# Don't ignore images and gizmos used by FMOD in the Unity Editor.
|
||||
!/[Aa]ssets/Gizmos/FMOD/*
|
||||
!/[Aa]ssets/Editor Default Resources/FMOD/*
|
||||
|
||||
# Ignore the Cache folder since it is updated locally.
|
||||
/[Aa]ssets/Plugins/FMOD/Cache/*
|
||||
|
||||
# Ignore bank files in the StreamingAssets folder.
|
||||
/[Aa]ssets/[Ss]treamingAssets/**/*.bank
|
||||
/[Aa]ssets/[Ss]treamingAssets/**/*.bank.meta
|
||||
# If the source bank files are kept outside of the StreamingAssets folder then these can be ignored.
|
||||
|
||||
# Log files can be ignored.
|
||||
fmod_editor.log
|
||||
|
Loading…
Reference in New Issue
Block a user