Browse Source

Merge pull request #3888 from kevinjycui/unity-recorder

Ignore default Recordings folder created by Unity Recorder package
Brian Douglas 3 years ago
parent
commit
22468dd26e
1 changed files with 3 additions and 0 deletions
  1. 3 0
      Unity.gitignore

+ 3 - 0
Unity.gitignore

@@ -14,6 +14,9 @@
 # They also could contain extremely sensitive data
 # They also could contain extremely sensitive data
 /[Mm]emoryCaptures/
 /[Mm]emoryCaptures/
 
 
+# Recordings can get excessive in size
+/[Rr]ecordings/
+
 # Asset meta data should only be ignored when the corresponding asset is also ignored
 # Asset meta data should only be ignored when the corresponding asset is also ignored
 !/[Aa]ssets/**/*.meta
 !/[Aa]ssets/**/*.meta