From 77ee39af7cf0fe301c5baef65bab97509b30d1dd Mon Sep 17 00:00:00 2001 From: Stefano Pigozzi Date: Wed, 27 Nov 2019 15:06:45 +0100 Subject: [PATCH] Ignore the full .idea folder --- .gitignore | 3 +-- .idea/.gitignore | 5 ----- .idea/codeStyles/codeStyleConfig.xml | 5 ----- .idea/dataSources.xml | 11 ----------- .idea/inspectionProfiles/profiles_settings.xml | 6 ------ .idea/misc.xml | 10 ---------- .idea/modules.xml | 8 -------- .idea/royalnet.iml | 16 ---------------- .idea/vcs.xml | 6 ------ 9 files changed, 1 insertion(+), 69 deletions(-) delete mode 100644 .idea/.gitignore delete mode 100644 .idea/codeStyles/codeStyleConfig.xml delete mode 100644 .idea/dataSources.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/royalnet.iml delete mode 100644 .idea/vcs.xml diff --git a/.gitignore b/.gitignore index 55d2e08b..44102923 100644 --- a/.gitignore +++ b/.gitignore @@ -1,6 +1,5 @@ *.egg-info -.idea/misc.xml -.idea/royalnet.iml +.idea/ dist/ **/__pycache__/ config.toml diff --git a/.idea/.gitignore b/.idea/.gitignore deleted file mode 100644 index 5e41b2b4..00000000 --- a/.idea/.gitignore +++ /dev/null @@ -1,5 +0,0 @@ -# Default ignored files -/workspace.xml -# Datasource local storage ignored files -/dataSources/ -/dataSources.local.xml \ 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/dataSources.xml b/.idea/dataSources.xml deleted file mode 100644 index bda80ca4..00000000 --- a/.idea/dataSources.xml +++ /dev/null @@ -1,11 +0,0 @@ - - - - - postgresql - true - org.postgresql.Driver - jdbc:postgresql://scaleway.steffo.eu:5432/royalnet - - - \ 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 a5f51891..00000000 --- a/.idea/misc.xml +++ /dev/null @@ -1,10 +0,0 @@ - - - - - - - - \ No newline at end of file diff --git a/.idea/modules.xml b/.idea/modules.xml deleted file mode 100644 index 502cd4e7..00000000 --- a/.idea/modules.xml +++ /dev/null @@ -1,8 +0,0 @@ - - - - - - - - \ No newline at end of file diff --git a/.idea/royalnet.iml b/.idea/royalnet.iml deleted file mode 100644 index cc9d648c..00000000 --- a/.idea/royalnet.iml +++ /dev/null @@ -1,16 +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