From c8ee3d59630c213797d5cfb48764f8f9b23bbe8f Mon Sep 17 00:00:00 2001 From: "Simon V. Lejel" Date: Fri, 11 Mar 2022 16:36:43 +0100 Subject: [PATCH] Ignore .idea folder --- .gitignore | 8 +------- 1 file changed, 1 insertion(+), 7 deletions(-) diff --git a/.gitignore b/.gitignore index ef72eb0..f2a7aad 100644 --- a/.gitignore +++ b/.gitignore @@ -153,10 +153,4 @@ cython_debug/ #.idea/ # Pycharm specific files -/.idea/image-host-server.iml -/.idea/sonarlint/issuestore/index.pb -/.idea/misc.xml -/.idea/modules.xml -/.idea/inspectionProfiles/profiles_settings.xml -/.idea/vcs.xml -/.idea/watcherTasks.xml +/.idea/ \ No newline at end of file