From 063328d65461de3dd673c944dd943361f228996a Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Lo=C3=AFc=20Motheu?= <66940960+Logic-py@users.noreply.github.com> Date: Sun, 8 Mar 2026 15:24:38 +0100 Subject: [PATCH] chore: remove .idea folder and ignore jetbrains ide files --- .gitignore | 1 + .idea/.gitignore | 10 ---------- .idea/modules.xml | 8 -------- .idea/python-check-updates.iml | 12 ------------ .idea/vcs.xml | 6 ------ 5 files changed, 1 insertion(+), 36 deletions(-) delete mode 100644 .idea/.gitignore delete mode 100644 .idea/modules.xml delete mode 100644 .idea/python-check-updates.iml delete mode 100644 .idea/vcs.xml diff --git a/.gitignore b/.gitignore index e1adb78..9ebd8e1 100644 --- a/.gitignore +++ b/.gitignore @@ -19,6 +19,7 @@ target # Covers JetBrains IDEs: IntelliJ, GoLand, RubyMine, PhpStorm, AppCode, PyCharm, CLion, Android Studio, WebStorm and Rider # Reference: https://intellij-support.jetbrains.com/hc/en-us/articles/206544839 +.idea/ # User-specific stuff .idea/**/workspace.xml diff --git a/.idea/.gitignore b/.idea/.gitignore deleted file mode 100644 index ab1f416..0000000 --- a/.idea/.gitignore +++ /dev/null @@ -1,10 +0,0 @@ -# Default ignored files -/shelf/ -/workspace.xml -# Ignored default folder with query files -/queries/ -# Datasource local storage ignored files -/dataSources/ -/dataSources.local.xml -# Editor-based HTTP Client requests -/httpRequests/ diff --git a/.idea/modules.xml b/.idea/modules.xml deleted file mode 100644 index 1b8176d..0000000 --- a/.idea/modules.xml +++ /dev/null @@ -1,8 +0,0 @@ - - - - - - - - \ No newline at end of file diff --git a/.idea/python-check-updates.iml b/.idea/python-check-updates.iml deleted file mode 100644 index bbe0a70..0000000 --- a/.idea/python-check-updates.iml +++ /dev/null @@ -1,12 +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