From 8bcce3418d007f4837dd92f4f469d18deb7c6ab9 Mon Sep 17 00:00:00 2001 From: Paul Campbell Date: Sun, 21 Aug 2016 10:48:52 +0100 Subject: [PATCH 1/2] {.idea|*.iml}: remove intellij project files --- .idea/checkstyle-idea.xml | 10 - .idea/codeStyleSettings.xml | 104 --------- .idea/encodings.xml | 7 - .idea/findbugs-idea.xml | 213 ------------------ .idea/inspectionProfiles/Project_Default.xml | 60 ----- .../inspectionProfiles/profiles_settings.xml | 7 - .idea/modules.xml | 8 - .idea/vcs.xml | 6 - node.iml | 180 --------------- 9 files changed, 595 deletions(-) delete mode 100644 .idea/checkstyle-idea.xml delete mode 100644 .idea/codeStyleSettings.xml delete mode 100644 .idea/encodings.xml delete mode 100644 .idea/findbugs-idea.xml delete mode 100644 .idea/inspectionProfiles/Project_Default.xml delete mode 100644 .idea/inspectionProfiles/profiles_settings.xml delete mode 100644 .idea/modules.xml delete mode 100644 .idea/vcs.xml delete mode 100644 node.iml diff --git a/.idea/checkstyle-idea.xml b/.idea/checkstyle-idea.xml deleted file mode 100644 index 9d5b48d..0000000 --- a/.idea/checkstyle-idea.xml +++ /dev/null @@ -1,10 +0,0 @@ - - - - - - \ No newline at end of file diff --git a/.idea/codeStyleSettings.xml b/.idea/codeStyleSettings.xml deleted file mode 100644 index bcea045..0000000 --- a/.idea/codeStyleSettings.xml +++ /dev/null @@ -1,104 +0,0 @@ - - - - - - \ No newline at end of file diff --git a/.idea/encodings.xml b/.idea/encodings.xml deleted file mode 100644 index c0bce70..0000000 --- a/.idea/encodings.xml +++ /dev/null @@ -1,7 +0,0 @@ - - - - - - - \ No newline at end of file diff --git a/.idea/findbugs-idea.xml b/.idea/findbugs-idea.xml deleted file mode 100644 index 9548eb2..0000000 --- a/.idea/findbugs-idea.xml +++ /dev/null @@ -1,213 +0,0 @@ - - - - - - - - - - \ 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 31e175c..0000000 --- a/.idea/inspectionProfiles/Project_Default.xml +++ /dev/null @@ -1,60 +0,0 @@ - - - - \ 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 3b31283..0000000 --- a/.idea/inspectionProfiles/profiles_settings.xml +++ /dev/null @@ -1,7 +0,0 @@ - - - - \ No newline at end of file diff --git a/.idea/modules.xml b/.idea/modules.xml deleted file mode 100644 index 935c7b9..0000000 --- a/.idea/modules.xml +++ /dev/null @@ -1,8 +0,0 @@ - - - - - - - - \ No newline at end of file diff --git a/.idea/vcs.xml b/.idea/vcs.xml deleted file mode 100644 index 35eb1dd..0000000 --- a/.idea/vcs.xml +++ /dev/null @@ -1,6 +0,0 @@ - - - - - - \ No newline at end of file diff --git a/node.iml b/node.iml deleted file mode 100644 index bb89d96..0000000 --- a/node.iml +++ /dev/null @@ -1,180 +0,0 @@ - - - - - - - - - - - - - - - - - - - - - - \ No newline at end of file From bc5320b5736826e26c396fdcc295b989c9955e90 Mon Sep 17 00:00:00 2001 From: Paul Campbell Date: Sun, 21 Aug 2016 10:49:05 +0100 Subject: [PATCH 2/2] .gitignore: ignore intellij project files --- .gitignore | 17 ++--------------- 1 file changed, 2 insertions(+), 15 deletions(-) diff --git a/.gitignore b/.gitignore index 4ea327c..b311b8d 100644 --- a/.gitignore +++ b/.gitignore @@ -17,21 +17,8 @@ nbactions.xml .project # intellij -.idea/libraries/ -.idea/workspace.xml -.idea/uiDesigner.xml -.idea/compiler.xml -.idea/misc.xml -.idea/checkstyle.xml -.idea/artifacts/ -.idea/dataSources* -.idea/tasks.xml -.idea/dictionaries/ -.idea/shelf/ -.idea/dynamic.xml -.idea/sqlDataSources.xml -.idea/gradle.xml -.idea/mongoSettings.xml +.idea/ +*.iml # Spring spring.log