From 37bc45039c3cc53c84a3c22dd242f7246afd13f3 Mon Sep 17 00:00:00 2001 From: Casey Hofland Date: Thu, 12 Jan 2023 17:04:36 +0100 Subject: [PATCH] Add Idea cache directory Idea is used by JetBrains (as to my understanding) and, as to my understanding, may in certain setups create cache directories. That's no good, these should be ignored. --- Unity.gitignore | 3 +++ 1 file changed, 3 insertions(+) diff --git a/Unity.gitignore b/Unity.gitignore index 557307f1..1c3944b9 100644 --- a/Unity.gitignore +++ b/Unity.gitignore @@ -29,6 +29,9 @@ # Visual Studio Code cache directory .vscode/ +# Idea cache directory +.idea/ + # Gradle cache directory .gradle/