From a16630d6aaaaaa6c678ac72941d29d5b784e5ffb Mon Sep 17 00:00:00 2001 From: Pascal Jacob Date: Tue, 22 Sep 2020 11:28:22 +0200 Subject: [PATCH] Add rider cache directory to Unity ignore list Riders .idea folder contains a mix of cache, user configuration and settings files. Similar to Visual Studios .vs folder it should be ignored. There may be some files (e.g shared dictionaries and settings) in this folders that could be shared. These can later be manually excluded from the ignore file. --- Unity.gitignore | 3 +++ 1 file changed, 3 insertions(+) diff --git a/Unity.gitignore b/Unity.gitignore index 72c27e4f..f737edd7 100644 --- a/Unity.gitignore +++ b/Unity.gitignore @@ -26,6 +26,9 @@ # Visual Studio cache directory .vs/ +# Rider cache directory +.idea/ + # Gradle cache directory .gradle/