diff options
Diffstat (limited to 'Unity.gitignore')
-rw-r--r-- | Unity.gitignore | 4 |
1 files changed, 4 insertions, 0 deletions
diff --git a/Unity.gitignore b/Unity.gitignore index 72c27e4f..0f9943c9 100644 --- a/Unity.gitignore +++ b/Unity.gitignore @@ -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 |