diff options
author | Brian Douglas <bdougie@users.noreply.github.com> | 2021-12-04 13:12:54 -0800 |
---|---|---|
committer | GitHub <noreply@github.com> | 2021-12-04 13:12:54 -0800 |
commit | 22468dd26ebfdaa283514039c7f6fdaa3ba692b6 (patch) | |
tree | 99a7b36c0f4dcc074c21b0ba0ce90e72f044f74c | |
parent | 7ea3e97f84c1e530ee3eae29c97d714de74a0f15 (diff) | |
parent | 8a4aa1409980987558b080b75a286d99645a83a5 (diff) | |
download | gitignore-22468dd26ebfdaa283514039c7f6fdaa3ba692b6.tar.gz gitignore-22468dd26ebfdaa283514039c7f6fdaa3ba692b6.zip |
Merge pull request #3888 from kevinjycui/unity-recorder
Ignore default Recordings folder created by Unity Recorder package
-rw-r--r-- | Unity.gitignore | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/Unity.gitignore b/Unity.gitignore index 5d29f6c3..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 |