From 42e7c3964d5a60085862a6ef771db446029474bb Mon Sep 17 00:00:00 2001 From: Todor Totev Date: Sun, 3 Apr 2022 11:34:22 +0300 Subject: [PATCH] Exclude JetBrains work directory (.idea) --- .gitignore | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/.gitignore b/.gitignore index a73a38f..eb40170 100644 --- a/.gitignore +++ b/.gitignore @@ -1,6 +1,5 @@ ## Ignore Visual Studio temporary files, build results, and ## files generated by popular Visual Studio add-ons. -## ## Get latest from https://github.com/github/gitignore/blob/master/VisualStudio.gitignore # User-specific files @@ -31,8 +30,9 @@ bld/ [Ll]og/ [Ll]ogs/ -# Visual Studio 2015/2017 cache/options directory +# Visual Studio 2015/2017 & JetBrains cache/options directory .vs/ +.idea/ # Uncomment if you have tasks that create the project's static files in wwwroot #wwwroot/