diff options
author | FritzsHero <fritzshero@gmail.com> | 2020-01-20 20:20:24 +0100 |
---|---|---|
committer | Brendan Forster <brendan@github.com> | 2020-01-20 15:20:24 -0400 |
commit | f726843f1b90295f4c9f4301a8d1335eded59c52 (patch) | |
tree | 4c0729dacedb9d97e919ee722dece6ef352d4c71 /Unity.gitignore | |
parent | 6c87d249af5f2b3f8ab65ae0a2648682ee4e8a2d (diff) | |
download | gitignore-f726843f1b90295f4c9f4301a8d1335eded59c52.tar.gz gitignore-f726843f1b90295f4c9f4301a8d1335eded59c52.zip |
Added a comment why MemoryCaptures get excluded (#3276)
Diffstat (limited to 'Unity.gitignore')
-rw-r--r-- | Unity.gitignore | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/Unity.gitignore b/Unity.gitignore index b3433dae..3ec92689 100644 --- a/Unity.gitignore +++ b/Unity.gitignore @@ -8,6 +8,9 @@ /[Bb]uild/ /[Bb]uilds/ /[Ll]ogs/ + +# MemoryCaptures can get excessive in size. +# They also could contain extremely sensitive data /[Mm]emoryCaptures/ # Asset meta data should only be ignored when the corresponding asset is also ignored |