From f2d411b7bb27d71e20a0b81a001266bd7720043c Mon Sep 17 00:00:00 2001 From: Armel S Date: Sun, 13 Jan 2019 23:03:24 +0100 Subject: [PATCH] Update IDEA projects config --- .gitignore | 2 + .idea/checkstyle-idea.xml | 16 ---- .idea/compiler.xml | 19 ----- .idea/encodings.xml | 4 - .idea/markdown-exported-files.xml | 8 -- .idea/markdown-navigator.xml | 82 ------------------- .../markdown-navigator/profiles_settings.xml | 3 - .idea/misc.xml | 10 --- .idea/modules.xml | 9 -- .idea/modules/datanucleus-gradle-plugin.iml | 15 ---- ...rg.rm3l.datanucleus-gradle-plugin.main.iml | 4 - ...rg.rm3l.datanucleus-gradle-plugin.test.iml | 4 - .../sample-jdo/org.rm3l.sample-jdo.main.iml | 13 --- .../sample-jdo/org.rm3l.sample-jdo.test.iml | 13 --- .../sample-jpa/org.rm3l.sample-jpa.main.iml | 13 --- .../sample-jpa/org.rm3l.sample-jpa.test.iml | 13 --- .idea/vcs.xml | 6 -- 17 files changed, 2 insertions(+), 232 deletions(-) delete mode 100644 .idea/checkstyle-idea.xml delete mode 100644 .idea/compiler.xml delete mode 100644 .idea/encodings.xml delete mode 100644 .idea/markdown-exported-files.xml delete mode 100644 .idea/markdown-navigator.xml delete mode 100644 .idea/markdown-navigator/profiles_settings.xml delete mode 100644 .idea/misc.xml delete mode 100644 .idea/modules.xml delete mode 100644 .idea/modules/datanucleus-gradle-plugin.iml delete mode 100644 .idea/modules/org.rm3l.datanucleus-gradle-plugin.main.iml delete mode 100644 .idea/modules/org.rm3l.datanucleus-gradle-plugin.test.iml delete mode 100644 .idea/modules/sample-jdo/org.rm3l.sample-jdo.main.iml delete mode 100644 .idea/modules/sample-jdo/org.rm3l.sample-jdo.test.iml delete mode 100644 .idea/modules/sample-jpa/org.rm3l.sample-jpa.main.iml delete mode 100644 .idea/modules/sample-jpa/org.rm3l.sample-jpa.test.iml delete mode 100644 .idea/vcs.xml diff --git a/.gitignore b/.gitignore index c31b6f94..d1d795a0 100644 --- a/.gitignore +++ b/.gitignore @@ -38,6 +38,8 @@ gradle-app.setting # Covers JetBrains IDEs: IntelliJ, RubyMine, PhpStorm, AppCode, PyCharm, CLion, Android Studio and WebStorm # Reference: https://intellij-support.jetbrains.com/hc/en-us/articles/206544839 +.idea + # User-specific stuff .idea/**/workspace.xml .idea/**/tasks.xml diff --git a/.idea/checkstyle-idea.xml b/.idea/checkstyle-idea.xml deleted file mode 100644 index 294cf23b..00000000 --- a/.idea/checkstyle-idea.xml +++ /dev/null @@ -1,16 +0,0 @@ - - - - - - \ No newline at end of file diff --git a/.idea/compiler.xml b/.idea/compiler.xml deleted file mode 100644 index a0dc809a..00000000 --- a/.idea/compiler.xml +++ /dev/null @@ -1,19 +0,0 @@ - - - - - - - - - - - - - - - - - - - \ No newline at end of file diff --git a/.idea/encodings.xml b/.idea/encodings.xml deleted file mode 100644 index 15a15b21..00000000 --- a/.idea/encodings.xml +++ /dev/null @@ -1,4 +0,0 @@ - - - - \ No newline at end of file diff --git a/.idea/markdown-exported-files.xml b/.idea/markdown-exported-files.xml deleted file mode 100644 index 5d1f1293..00000000 --- a/.idea/markdown-exported-files.xml +++ /dev/null @@ -1,8 +0,0 @@ - - - - - - - - \ No newline at end of file diff --git a/.idea/markdown-navigator.xml b/.idea/markdown-navigator.xml deleted file mode 100644 index 4d96e8eb..00000000 --- a/.idea/markdown-navigator.xml +++ /dev/null @@ -1,82 +0,0 @@ - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - \ No newline at end of file diff --git a/.idea/markdown-navigator/profiles_settings.xml b/.idea/markdown-navigator/profiles_settings.xml deleted file mode 100644 index 57927c5a..00000000 --- a/.idea/markdown-navigator/profiles_settings.xml +++ /dev/null @@ -1,3 +0,0 @@ - - - \ No newline at end of file diff --git a/.idea/misc.xml b/.idea/misc.xml deleted file mode 100644 index e9bfcff4..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 3984bb96..00000000 --- a/.idea/modules.xml +++ /dev/null @@ -1,9 +0,0 @@ - - - - - - - - - \ No newline at end of file diff --git a/.idea/modules/datanucleus-gradle-plugin.iml b/.idea/modules/datanucleus-gradle-plugin.iml deleted file mode 100644 index 3f0c426e..00000000 --- a/.idea/modules/datanucleus-gradle-plugin.iml +++ /dev/null @@ -1,15 +0,0 @@ - - - - - - - - - - - - - - - \ No newline at end of file diff --git a/.idea/modules/org.rm3l.datanucleus-gradle-plugin.main.iml b/.idea/modules/org.rm3l.datanucleus-gradle-plugin.main.iml deleted file mode 100644 index ca0df517..00000000 --- a/.idea/modules/org.rm3l.datanucleus-gradle-plugin.main.iml +++ /dev/null @@ -1,4 +0,0 @@ - - - - \ No newline at end of file diff --git a/.idea/modules/org.rm3l.datanucleus-gradle-plugin.test.iml b/.idea/modules/org.rm3l.datanucleus-gradle-plugin.test.iml deleted file mode 100644 index ca0df517..00000000 --- a/.idea/modules/org.rm3l.datanucleus-gradle-plugin.test.iml +++ /dev/null @@ -1,4 +0,0 @@ - - - - \ No newline at end of file diff --git a/.idea/modules/sample-jdo/org.rm3l.sample-jdo.main.iml b/.idea/modules/sample-jdo/org.rm3l.sample-jdo.main.iml deleted file mode 100644 index 55f9bfd4..00000000 --- a/.idea/modules/sample-jdo/org.rm3l.sample-jdo.main.iml +++ /dev/null @@ -1,13 +0,0 @@ - - - - - - - - - - - - - \ No newline at end of file diff --git a/.idea/modules/sample-jdo/org.rm3l.sample-jdo.test.iml b/.idea/modules/sample-jdo/org.rm3l.sample-jdo.test.iml deleted file mode 100644 index f9c28ef0..00000000 --- a/.idea/modules/sample-jdo/org.rm3l.sample-jdo.test.iml +++ /dev/null @@ -1,13 +0,0 @@ - - - - - - - - - - - - - \ No newline at end of file diff --git a/.idea/modules/sample-jpa/org.rm3l.sample-jpa.main.iml b/.idea/modules/sample-jpa/org.rm3l.sample-jpa.main.iml deleted file mode 100644 index 2059a113..00000000 --- a/.idea/modules/sample-jpa/org.rm3l.sample-jpa.main.iml +++ /dev/null @@ -1,13 +0,0 @@ - - - - - - - - - - - - - \ No newline at end of file diff --git a/.idea/modules/sample-jpa/org.rm3l.sample-jpa.test.iml b/.idea/modules/sample-jpa/org.rm3l.sample-jpa.test.iml deleted file mode 100644 index 5846a840..00000000 --- a/.idea/modules/sample-jpa/org.rm3l.sample-jpa.test.iml +++ /dev/null @@ -1,13 +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