From 7a912ffdeeb158936232cf4d0f69c35ddebd4ec3 Mon Sep 17 00:00:00 2001 From: Audrius Molis Date: Fri, 17 May 2024 07:42:36 +0300 Subject: [PATCH] Add .idea to .gitignore --- .gitignore | 6 +----- 1 file changed, 1 insertion(+), 5 deletions(-) diff --git a/.gitignore b/.gitignore index 54f452482..ed757668a 100644 --- a/.gitignore +++ b/.gitignore @@ -149,11 +149,7 @@ dmypy.json cython_debug/ # PyCharm -# JetBrains specific template is maintained in a separate JetBrains.gitignore that can -# be found at https://github.com/github/gitignore/blob/main/Global/JetBrains.gitignore -# and can be added to the global gitignore or merged into this file. For a more nuclear -# option (not recommended) you can uncomment the following to ignore the entire idea folder. -#.idea/ +.idea/ # General .DS_Store