From a1c51661149682000d86157ddd08fd912a5b5e8d Mon Sep 17 00:00:00 2001 From: Stepan Goremykin Date: Thu, 26 Jan 2023 22:28:17 +0100 Subject: [PATCH] Ignore rider's cache --- .gitignore | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/.gitignore b/.gitignore index b05edf7..b9b063f 100644 --- a/.gitignore +++ b/.gitignore @@ -35,6 +35,10 @@ bld/ # Visual Studio 2015/2017 cache/options directory .vs/ + +# Rider cache +.idea/ + # Uncomment if you have tasks that create the project's static files in wwwroot #wwwroot/