From ea79dbb89a773d2644c1dd5a08e03132874c0f02 Mon Sep 17 00:00:00 2001 From: druryyl Date: Fri, 24 Feb 2023 11:50:48 +0700 Subject: [PATCH] Ignore Jetbrains Rider Cache Folder --- VisualStudio.gitignore | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/VisualStudio.gitignore b/VisualStudio.gitignore index 8a30d258..59bced2a 100644 --- a/VisualStudio.gitignore +++ b/VisualStudio.gitignore @@ -34,6 +34,10 @@ bld/ # Visual Studio 2015/2017 cache/options directory .vs/ + +# Jetbrains Rider cache/options directory +.idea/ + # Uncomment if you have tasks that create the project's static files in wwwroot #wwwroot/