From c8b575be9c74313e17cf0c8d69616086b898d8dc Mon Sep 17 00:00:00 2001 From: Artem Shaganov Date: Mon, 18 Apr 2022 19:09:46 +0300 Subject: [PATCH] =?UTF-8?q?Fmod=20=D0=BD=D0=B0=D1=81=D1=82=D1=80=D0=BE?= =?UTF-8?q?=D0=B9=D0=BA=D0=B0=20gitignore?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- .gitignore | 19 +++++++++++++++++++ 1 file changed, 19 insertions(+) diff --git a/.gitignore b/.gitignore index 2347c626..e6580fc2 100644 --- a/.gitignore +++ b/.gitignore @@ -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 \ No newline at end of file