From 011cff223d3771f5fd599c9a6c8251f358e7664a Mon Sep 17 00:00:00 2001 From: detachhead Date: Wed, 17 Jan 2024 10:26:27 +1000 Subject: [PATCH] add idea config files to stop pycharm from fucking up and not displaying any project folders --- .idea/.gitignore | 9 +-------- .idea/basedpyright.iml | 14 ++++++++++++++ .idea/modules.xml | 8 ++++++++ .idea/vcs.xml | 6 ++++++ 4 files changed, 29 insertions(+), 8 deletions(-) create mode 100644 .idea/basedpyright.iml create mode 100644 .idea/modules.xml create mode 100644 .idea/vcs.xml diff --git a/.idea/.gitignore b/.idea/.gitignore index 13566b81b0..f59ec20aab 100644 --- a/.idea/.gitignore +++ b/.idea/.gitignore @@ -1,8 +1 @@ -# Default ignored files -/shelf/ -/workspace.xml -# Editor-based HTTP Client requests -/httpRequests/ -# Datasource local storage ignored files -/dataSources/ -/dataSources.local.xml +* \ No newline at end of file diff --git a/.idea/basedpyright.iml b/.idea/basedpyright.iml new file mode 100644 index 0000000000..e882db7c05 --- /dev/null +++ b/.idea/basedpyright.iml @@ -0,0 +1,14 @@ + + + + + + + + + + + + + + \ No newline at end of file diff --git a/.idea/modules.xml b/.idea/modules.xml new file mode 100644 index 0000000000..69cdda736a --- /dev/null +++ b/.idea/modules.xml @@ -0,0 +1,8 @@ + + + + + + + + \ No newline at end of file diff --git a/.idea/vcs.xml b/.idea/vcs.xml new file mode 100644 index 0000000000..35eb1ddfbb --- /dev/null +++ b/.idea/vcs.xml @@ -0,0 +1,6 @@ + + + + + + \ No newline at end of file