From 45707f9734c51d9f9cb2da7498600a04f332500f Mon Sep 17 00:00:00 2001 From: Fabrice Lecomte Date: Wed, 19 Feb 2020 12:46:04 +0100 Subject: [PATCH] change Idea config --- .gitignore | 3 ++- .idea/.name | 1 + .idea/codeStyles/Project.xml | 6 ++++++ .idea/gradle.xml | 2 -- .idea/kotlinc.xml | 6 ++++++ .idea/misc.xml | 3 +-- .idea/modules.xml | 8 -------- .idea/postgres-json.iml | 11 ----------- .../Test_and_Publish_To_MavenLocal.xml | 2 +- .idea/runConfigurations/tests.xml | 3 ++- 10 files changed, 19 insertions(+), 26 deletions(-) create mode 100644 .idea/.name create mode 100644 .idea/kotlinc.xml delete mode 100644 .idea/modules.xml delete mode 100644 .idea/postgres-json.iml diff --git a/.gitignore b/.gitignore index 83c49aa..d31dabd 100644 --- a/.gitignore +++ b/.gitignore @@ -2,4 +2,5 @@ /out/ /build/ .gradle -/var/log/ \ No newline at end of file +/var/log/ +/.idea/* \ No newline at end of file diff --git a/.idea/.name b/.idea/.name new file mode 100644 index 0000000..1506d0b --- /dev/null +++ b/.idea/.name @@ -0,0 +1 @@ +postgresjson \ No newline at end of file diff --git a/.idea/codeStyles/Project.xml b/.idea/codeStyles/Project.xml index c5dd6f7..1eefa6e 100644 --- a/.idea/codeStyles/Project.xml +++ b/.idea/codeStyles/Project.xml @@ -1,7 +1,13 @@ + diff --git a/.idea/gradle.xml b/.idea/gradle.xml index db0f824..9377824 100644 --- a/.idea/gradle.xml +++ b/.idea/gradle.xml @@ -8,13 +8,11 @@ - diff --git a/.idea/kotlinc.xml b/.idea/kotlinc.xml new file mode 100644 index 0000000..9b02d59 --- /dev/null +++ b/.idea/kotlinc.xml @@ -0,0 +1,6 @@ + + + + + \ No newline at end of file diff --git a/.idea/misc.xml b/.idea/misc.xml index fcc1aa4..039c28f 100644 --- a/.idea/misc.xml +++ b/.idea/misc.xml @@ -1,7 +1,6 @@ - - + diff --git a/.idea/modules.xml b/.idea/modules.xml deleted file mode 100644 index c2af880..0000000 --- a/.idea/modules.xml +++ /dev/null @@ -1,8 +0,0 @@ - - - - - - - - \ No newline at end of file diff --git a/.idea/postgres-json.iml b/.idea/postgres-json.iml deleted file mode 100644 index e4ca15c..0000000 --- a/.idea/postgres-json.iml +++ /dev/null @@ -1,11 +0,0 @@ - - - - - - - - - - - \ No newline at end of file diff --git a/.idea/runConfigurations/Test_and_Publish_To_MavenLocal.xml b/.idea/runConfigurations/Test_and_Publish_To_MavenLocal.xml index a72bf1e..e45a5d8 100644 --- a/.idea/runConfigurations/Test_and_Publish_To_MavenLocal.xml +++ b/.idea/runConfigurations/Test_and_Publish_To_MavenLocal.xml @@ -27,7 +27,7 @@ true - diff --git a/.idea/runConfigurations/tests.xml b/.idea/runConfigurations/tests.xml index 7c22ae8..d7fb66f 100644 --- a/.idea/runConfigurations/tests.xml +++ b/.idea/runConfigurations/tests.xml @@ -1,6 +1,7 @@ +