From 1c499648adc04c2df252914cb5dbe46cc7fc8367 Mon Sep 17 00:00:00 2001 From: Andrew Arnott Date: Fri, 11 Oct 2024 06:46:16 -0600 Subject: [PATCH] Ignore Rider cache files --- .gitignore | 3 +++ 1 file changed, 3 insertions(+) diff --git a/.gitignore b/.gitignore index 3f1c5ed9..cc2b1247 100644 --- a/.gitignore +++ b/.gitignore @@ -37,6 +37,9 @@ bld/ # Uncomment if you have tasks that create the project's static files in wwwroot #wwwroot/ +# Jetbrains Rider cache directory +.idea/ + # Visual Studio 2017 auto generated files Generated\ Files/