From 002321c5f56c4ab05f2e36ae2fbfaaf2fefabd79 Mon Sep 17 00:00:00 2001 From: d3an Date: Sat, 31 Oct 2020 02:24:54 -0400 Subject: [PATCH] added .idea/ to ignored folders --- .gitignore | 3 +++ .idea/dataSources.xml | 23 -------------------- .idea/inspectionProfiles/Project_Default.xml | 10 --------- .idea/sqldialects.xml | 6 ----- .idea/vcs.xml | 6 ----- 5 files changed, 3 insertions(+), 45 deletions(-) delete mode 100644 .idea/dataSources.xml delete mode 100644 .idea/inspectionProfiles/Project_Default.xml delete mode 100644 .idea/sqldialects.xml delete mode 100644 .idea/vcs.xml diff --git a/.gitignore b/.gitignore index 040c836..d87d952 100644 --- a/.gitignore +++ b/.gitignore @@ -6,6 +6,9 @@ __pycache__/ # C extensions *.so +# IDE +.idea/ + # Distribution / packaging .Python env/ diff --git a/.idea/dataSources.xml b/.idea/dataSources.xml deleted file mode 100644 index 85774ff..0000000 --- a/.idea/dataSources.xml +++ /dev/null @@ -1,23 +0,0 @@ - - - - - sqlite.xerial - true - org.sqlite.JDBC - jdbc:sqlite:identifier.sqlite - - - - - - sqlite.xerial - true - org.sqlite.JDBC - jdbc:sqlite:$PROJECT_DIR$/screener.sqlite - - - - - - \ 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 146ab09..0000000 --- a/.idea/inspectionProfiles/Project_Default.xml +++ /dev/null @@ -1,10 +0,0 @@ - - - - \ No newline at end of file diff --git a/.idea/sqldialects.xml b/.idea/sqldialects.xml deleted file mode 100644 index c0e01ca..0000000 --- a/.idea/sqldialects.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 94a25f7..0000000 --- a/.idea/vcs.xml +++ /dev/null @@ -1,6 +0,0 @@ - - - - - - \ No newline at end of file