From 1b5c324c508977c526a68bce985bed458fe1e710 Mon Sep 17 00:00:00 2001 From: Sebastian Lenzlinger Date: Wed, 10 Jul 2024 12:40:35 +0000 Subject: [PATCH] Remove JetBrains config files --- .gitignore | 2 +- .idea/inspectionProfiles/Project_Default.xml | 17 ----------------- .idea/inspectionProfiles/profiles_settings.xml | 6 ------ .idea/vcs.xml | 6 ------ 4 files changed, 1 insertion(+), 30 deletions(-) delete mode 100644 .idea/inspectionProfiles/Project_Default.xml delete mode 100644 .idea/inspectionProfiles/profiles_settings.xml delete mode 100644 .idea/vcs.xml diff --git a/.gitignore b/.gitignore index a457143..666a253 100644 --- a/.gitignore +++ b/.gitignore @@ -1,7 +1,7 @@ __pycache__ .venv iottb.egg-info -.idea +.idea/ *.log logs/ *.pyc diff --git a/.idea/inspectionProfiles/Project_Default.xml b/.idea/inspectionProfiles/Project_Default.xml deleted file mode 100644 index fd87d45..0000000 --- a/.idea/inspectionProfiles/Project_Default.xml +++ /dev/null @@ -1,17 +0,0 @@ - - - - \ No newline at end of file diff --git a/.idea/inspectionProfiles/profiles_settings.xml b/.idea/inspectionProfiles/profiles_settings.xml deleted file mode 100644 index 105ce2d..0000000 --- a/.idea/inspectionProfiles/profiles_settings.xml +++ /dev/null @@ -1,6 +0,0 @@ - - - - \ No newline at end of file diff --git a/.idea/vcs.xml b/.idea/vcs.xml deleted file mode 100644 index 35eb1dd..0000000 --- a/.idea/vcs.xml +++ /dev/null @@ -1,6 +0,0 @@ - - - - - - \ No newline at end of file