From 04a99a51855f03cca33b708f976f04b73e5b07a0 Mon Sep 17 00:00:00 2001 From: s-heppner Date: Thu, 15 Feb 2024 09:56:42 +0100 Subject: [PATCH] Stop tracking PyCharm configuration (#307) Previously, the Pycharm configuration files `.idea/` were tracked in this project. This lead to problems where multiple contributors have different versions of PyCharm installed (and broke my PyCharm installation at least once completely). We simply remove the `.idea/` folder from being tracked by git. --- .gitignore | 3 + .idea/.gitignore | 4 -- .idea/aas-core-meta.iml | 14 ----- .idea/aas-core3-meta.iml | 15 ----- .idea/codeStyles/codeStyleConfig.xml | 5 -- .idea/dictionaries/rist.xml | 56 ------------------- .idea/inspectionProfiles/Project_Default.xml | 44 --------------- .../inspectionProfiles/profiles_settings.xml | 6 -- .idea/misc.xml | 4 -- .idea/modules.xml | 8 --- .idea/vcs.xml | 6 -- 11 files changed, 3 insertions(+), 162 deletions(-) delete mode 100644 .idea/.gitignore delete mode 100644 .idea/aas-core-meta.iml delete mode 100644 .idea/aas-core3-meta.iml delete mode 100644 .idea/codeStyles/codeStyleConfig.xml delete mode 100644 .idea/dictionaries/rist.xml delete mode 100644 .idea/inspectionProfiles/Project_Default.xml delete mode 100644 .idea/inspectionProfiles/profiles_settings.xml delete mode 100644 .idea/misc.xml delete mode 100644 .idea/modules.xml delete mode 100644 .idea/vcs.xml diff --git a/.gitignore b/.gitignore index 78b058ee..e03b7e7e 100644 --- a/.gitignore +++ b/.gitignore @@ -133,3 +133,6 @@ dmypy.json # Pyre type checker .pyre/ + +# PyCharm +.idea/ diff --git a/.idea/.gitignore b/.idea/.gitignore deleted file mode 100644 index c45ccfa4..00000000 --- a/.idea/.gitignore +++ /dev/null @@ -1,4 +0,0 @@ -# Default ignored files -/shelf/ -/workspace.xml -csv-plugin.xml diff --git a/.idea/aas-core-meta.iml b/.idea/aas-core-meta.iml deleted file mode 100644 index 3421d7fd..00000000 --- a/.idea/aas-core-meta.iml +++ /dev/null @@ -1,14 +0,0 @@ - - - - - - - - - - - - \ No newline at end of file diff --git a/.idea/aas-core3-meta.iml b/.idea/aas-core3-meta.iml deleted file mode 100644 index cfac874a..00000000 --- a/.idea/aas-core3-meta.iml +++ /dev/null @@ -1,15 +0,0 @@ - - - - - - - - - - - - - - - \ No newline at end of file diff --git a/.idea/codeStyles/codeStyleConfig.xml b/.idea/codeStyles/codeStyleConfig.xml deleted file mode 100644 index a55e7a17..00000000 --- a/.idea/codeStyles/codeStyleConfig.xml +++ /dev/null @@ -1,5 +0,0 @@ - - - - \ No newline at end of file diff --git a/.idea/dictionaries/rist.xml b/.idea/dictionaries/rist.xml deleted file mode 100644 index d294bc98..00000000 --- a/.idea/dictionaries/rist.xml +++ /dev/null @@ -1,56 +0,0 @@ - - - - aasd - aasx - abiword - amqp - asttokens - atok - braunisch - codegen - comanagedentity - constraintref - dedented - docx - ebook - eclass - exprs - fffd - fffe - ffff - globalassetid - iana - icid - icontract - idref - idrefs - ietf - inoutput - irdi - lehmann - marcin - mqtt - mtch - mypy - nist - nmtokens - nullness - paramref - precommit - pths - referables - ristin - sadu - sadurski - sauer - selfmanagedentity - stackoverflow - tchar - transpilable - unformatted - versioning - yyyy - - - \ No newline at end of file diff --git a/.idea/inspectionProfiles/Project_Default.xml b/.idea/inspectionProfiles/Project_Default.xml deleted file mode 100644 index c94107a7..00000000 --- a/.idea/inspectionProfiles/Project_Default.xml +++ /dev/null @@ -1,44 +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 105ce2da..00000000 --- a/.idea/inspectionProfiles/profiles_settings.xml +++ /dev/null @@ -1,6 +0,0 @@ - - - - \ No newline at end of file diff --git a/.idea/misc.xml b/.idea/misc.xml deleted file mode 100644 index 523d5955..00000000 --- a/.idea/misc.xml +++ /dev/null @@ -1,4 +0,0 @@ - - - - \ No newline at end of file diff --git a/.idea/modules.xml b/.idea/modules.xml deleted file mode 100644 index f51b415a..00000000 --- a/.idea/modules.xml +++ /dev/null @@ -1,8 +0,0 @@ - - - - - - - - \ No newline at end of file diff --git a/.idea/vcs.xml b/.idea/vcs.xml deleted file mode 100644 index 94a25f7f..00000000 --- a/.idea/vcs.xml +++ /dev/null @@ -1,6 +0,0 @@ - - - - - - \ No newline at end of file