Fmod настройка gitignore

This commit is contained in:
Artem Shaganov 2022-04-18 19:09:46 +03:00
parent 7f163dc4d0
commit c8b575be9c
1 changed files with 19 additions and 0 deletions

19
.gitignore vendored
View File

@ -36,3 +36,22 @@ sysinfo.txt
# Builds
*.apk
ump/.vscode
# 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/*
/[Ff]modProject/.cache/*
# Ignore bank files in the StreamingAssets folder.
/[Aa]ssets/StreamingAssets/**/*.bank
/[Aa]ssets/StreamingAssets/**/*.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