From d9d2b295f7cccf8b3ec47166364e6b403df3fa3e Mon Sep 17 00:00:00 2001 From: unity-nikos Date: Tue, 31 Aug 2021 19:05:21 +0300 Subject: [PATCH] Ignoring CodeCoverage folder The CodeCoverage folder is generated by the Code Coverage unity package (https://docs.unity3d.com/Packages/com.unity.testtools.codecoverage@latest) --- Unity.gitignore | 1 + 1 file changed, 1 insertion(+) diff --git a/Unity.gitignore b/Unity.gitignore index 72c27e4f..f669d072 100644 --- a/Unity.gitignore +++ b/Unity.gitignore @@ -9,6 +9,7 @@ /[Bb]uilds/ /[Ll]ogs/ /[Uu]ser[Ss]ettings/ +/[Cc]ode[Cc]overage/ # MemoryCaptures can get excessive in size. # They also could contain extremely sensitive data