From e707bb2c8affc79d74426b1f2a0cec57121178bc Mon Sep 17 00:00:00 2001 From: Tom Keffer Date: Sat, 28 Oct 2023 17:36:38 -0700 Subject: [PATCH] Give up on trying to version JetBrains settings. Too much thrashing. Rely on the JetBrains 'sync' function instead. --- .gitignore | 8 +--- .idea/inspectionProfiles/Project_Default.xml | 40 ++++--------------- .../inspectionProfiles/profiles_settings.xml | 7 ---- .idea/weewx.iml | 2 +- 4 files changed, 10 insertions(+), 47 deletions(-) delete mode 100644 .idea/inspectionProfiles/profiles_settings.xml diff --git a/.gitignore b/.gitignore index c92d37ff..fbee6026 100644 --- a/.gitignore +++ b/.gitignore @@ -7,12 +7,8 @@ __pycache__ .venv venv -# Include all of .idea in the repository except ... -.idea/misc.xml -.idea/workspace.xml -.idea/tasks.xml -.idea/dictionary/* -.idea/shelf/* +# Exclude all of the JetBrains .idea directory +.idea # Ignore artifacts produced during build/packaging MANIFEST diff --git a/.idea/inspectionProfiles/Project_Default.xml b/.idea/inspectionProfiles/Project_Default.xml index 936d82bb..d43c8184 100644 --- a/.idea/inspectionProfiles/Project_Default.xml +++ b/.idea/inspectionProfiles/Project_Default.xml @@ -1,47 +1,21 @@ \ 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 dd4c951e..00000000 --- a/.idea/inspectionProfiles/profiles_settings.xml +++ /dev/null @@ -1,7 +0,0 @@ - - - - \ No newline at end of file diff --git a/.idea/weewx.iml b/.idea/weewx.iml index 09733e30..4d618eca 100644 --- a/.idea/weewx.iml +++ b/.idea/weewx.iml @@ -13,7 +13,7 @@ - +