Skip to content

Commit 22468dd

Browse files
authored
Merge pull request #3888 from kevinjycui/unity-recorder
Ignore default Recordings folder created by Unity Recorder package
2 parents 7ea3e97 + 8a4aa14 commit 22468dd

File tree

1 file changed

+3
-0
lines changed

1 file changed

+3
-0
lines changed

Unity.gitignore

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -14,6 +14,9 @@
1414
# They also could contain extremely sensitive data
1515
/[Mm]emoryCaptures/
1616

17+
# Recordings can get excessive in size
18+
/[Rr]ecordings/
19+
1720
# Asset meta data should only be ignored when the corresponding asset is also ignored
1821
!/[Aa]ssets/**/*.meta
1922

0 commit comments

Comments
 (0)