diff options
Diffstat (limited to 'options/gitignore/Unity')
-rw-r--r-- | options/gitignore/Unity | 4 |
1 files changed, 4 insertions, 0 deletions
diff --git a/options/gitignore/Unity b/options/gitignore/Unity index 72c27e4fe2..0f9943c9e6 100644 --- a/options/gitignore/Unity +++ b/options/gitignore/Unity @@ -14,6 +14,9 @@ # They also could contain extremely sensitive data /[Mm]emoryCaptures/ +# Recordings can get excessive in size +/[Rr]ecordings/ + # Asset meta data should only be ignored when the corresponding asset is also ignored !/[Aa]ssets/**/*.meta @@ -59,6 +62,7 @@ sysinfo.txt *.apk *.aab *.unitypackage +*.app # Crashlytics generated file crashlytics-build.properties |