From d0239f780216ef5ae2b9529da3ea0e856c14744f Mon Sep 17 00:00:00 2001 From: Brandon Brown Date: Wed, 26 May 2021 17:16:12 -0700 Subject: [PATCH] Add line to ignore JetBrains IDE cache directory --- Unity.gitignore | 3 +++ 1 file changed, 3 insertions(+) diff --git a/Unity.gitignore b/Unity.gitignore index 72c27e4f..96a6e3b9 100644 --- a/Unity.gitignore +++ b/Unity.gitignore @@ -26,6 +26,9 @@ # Visual Studio cache directory .vs/ +# JetBrains cache directory +.idea/ + # Gradle cache directory .gradle/