From 55fc73efe7a100a60076df6c1b4286522c8dc592 Mon Sep 17 00:00:00 2001 From: Max Date: Wed, 28 Feb 2024 13:46:50 +0100 Subject: [PATCH] Properly added .idea folder to gitignore --- .gitignore | 7 +------ 1 file changed, 1 insertion(+), 6 deletions(-) diff --git a/.gitignore b/.gitignore index b1c6efa..37f1f2b 100644 --- a/.gitignore +++ b/.gitignore @@ -396,9 +396,4 @@ pyrightconfig.json .ionide # End of https://www.toptal.com/developers/gitignore/api/django,pycharm,python,visualstudiocode -/.idea/inspectionProfiles/profiles_settings.xml -/.idea/.gitignore -/.idea/misc.xml -/.idea/mixr-api.iml -/.idea/modules.xml -/.idea/vcs.xml +/.idea \ No newline at end of file