From f726843f1b90295f4c9f4301a8d1335eded59c52 Mon Sep 17 00:00:00 2001 From: FritzsHero Date: Mon, 20 Jan 2020 20:20:24 +0100 Subject: [PATCH] Added a comment why MemoryCaptures get excluded (#3276) --- Unity.gitignore | 3 +++ 1 file changed, 3 insertions(+) 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