From fa389d7072fbbcfa76d9e2a1be194573263b3cb4 Mon Sep 17 00:00:00 2001 From: Robert von Burg Date: Wed, 8 Jan 2020 09:18:37 +0100 Subject: [PATCH] [Project] Updated .gitignore files --- .gitignore | 2 +- li.strolch.agent/.gitignore | 3 ++- li.strolch.model/.gitignore | 21 +++++--------------- li.strolch.mvn.archetype.main/.gitignore | 6 +++++- li.strolch.mvn.archetype.webapp/.gitignore | 6 +++++- li.strolch.performancetest/.gitignore | 9 +++++---- li.strolch.persistence.postgresql/.gitignore | 1 + li.strolch.persistence.xml/.gitignore | 1 + li.strolch.privilege/.gitignore | 7 +++++-- li.strolch.rest/.gitignore | 2 +- li.strolch.service/.gitignore | 1 + li.strolch.soql/.gitignore | 10 +++++----- li.strolch.testbase/.gitignore | 3 ++- li.strolch.utils/.gitignore | 7 +++++-- li.strolch.website/.gitignore | 9 ++++----- li.strolch.websocket/.gitignore | 2 +- li.strolch.xmlpers/.gitignore | 7 +++++-- 17 files changed, 54 insertions(+), 43 deletions(-) diff --git a/.gitignore b/.gitignore index 1edf70ed4..b3a1dc79f 100644 --- a/.gitignore +++ b/.gitignore @@ -2,6 +2,6 @@ .settings .project .idea/ -/target/ +target/ dependencies/ *.iml diff --git a/li.strolch.agent/.gitignore b/li.strolch.agent/.gitignore index e9ca7711c..1e97e93ea 100644 --- a/li.strolch.agent/.gitignore +++ b/li.strolch.agent/.gitignore @@ -1,4 +1,5 @@ target/ .project .settings -.classpath \ No newline at end of file +.classpath +*.iml \ No newline at end of file diff --git a/li.strolch.model/.gitignore b/li.strolch.model/.gitignore index fd1deeecb..1e97e93ea 100644 --- a/li.strolch.model/.gitignore +++ b/li.strolch.model/.gitignore @@ -1,16 +1,5 @@ -/.settings -/.classpath -/.project -/target -/target -/target -/target -/target -/target -/target -/target -/target -/target -/target -/target -/target +target/ +.project +.settings +.classpath +*.iml \ No newline at end of file diff --git a/li.strolch.mvn.archetype.main/.gitignore b/li.strolch.mvn.archetype.main/.gitignore index 9f970225a..1e97e93ea 100644 --- a/li.strolch.mvn.archetype.main/.gitignore +++ b/li.strolch.mvn.archetype.main/.gitignore @@ -1 +1,5 @@ -target/ \ No newline at end of file +target/ +.project +.settings +.classpath +*.iml \ No newline at end of file diff --git a/li.strolch.mvn.archetype.webapp/.gitignore b/li.strolch.mvn.archetype.webapp/.gitignore index 9f970225a..1e97e93ea 100644 --- a/li.strolch.mvn.archetype.webapp/.gitignore +++ b/li.strolch.mvn.archetype.webapp/.gitignore @@ -1 +1,5 @@ -target/ \ No newline at end of file +target/ +.project +.settings +.classpath +*.iml \ No newline at end of file diff --git a/li.strolch.performancetest/.gitignore b/li.strolch.performancetest/.gitignore index f44c9da5c..577921c71 100644 --- a/li.strolch.performancetest/.gitignore +++ b/li.strolch.performancetest/.gitignore @@ -1,5 +1,6 @@ target/ -/.settings -/.classpath -/.project -/data \ No newline at end of file +.project +.settings +.classpath +*.iml +data/ \ No newline at end of file diff --git a/li.strolch.persistence.postgresql/.gitignore b/li.strolch.persistence.postgresql/.gitignore index b284c6517..1e97e93ea 100644 --- a/li.strolch.persistence.postgresql/.gitignore +++ b/li.strolch.persistence.postgresql/.gitignore @@ -2,3 +2,4 @@ target/ .project .settings .classpath +*.iml \ No newline at end of file diff --git a/li.strolch.persistence.xml/.gitignore b/li.strolch.persistence.xml/.gitignore index b284c6517..1e97e93ea 100644 --- a/li.strolch.persistence.xml/.gitignore +++ b/li.strolch.persistence.xml/.gitignore @@ -2,3 +2,4 @@ target/ .project .settings .classpath +*.iml \ No newline at end of file diff --git a/li.strolch.privilege/.gitignore b/li.strolch.privilege/.gitignore index 0f44a0f25..1e97e93ea 100644 --- a/li.strolch.privilege/.gitignore +++ b/li.strolch.privilege/.gitignore @@ -1,2 +1,5 @@ -/target/ -/.classpath +target/ +.project +.settings +.classpath +*.iml \ No newline at end of file diff --git a/li.strolch.rest/.gitignore b/li.strolch.rest/.gitignore index 43054f9b5..1e97e93ea 100644 --- a/li.strolch.rest/.gitignore +++ b/li.strolch.rest/.gitignore @@ -2,4 +2,4 @@ target/ .project .settings .classpath -.DS_Store +*.iml \ No newline at end of file diff --git a/li.strolch.service/.gitignore b/li.strolch.service/.gitignore index b284c6517..1e97e93ea 100644 --- a/li.strolch.service/.gitignore +++ b/li.strolch.service/.gitignore @@ -2,3 +2,4 @@ target/ .project .settings .classpath +*.iml \ No newline at end of file diff --git a/li.strolch.soql/.gitignore b/li.strolch.soql/.gitignore index b18afd637..1e97e93ea 100644 --- a/li.strolch.soql/.gitignore +++ b/li.strolch.soql/.gitignore @@ -1,5 +1,5 @@ -/target/ -/.classpath -/.project -/.settings/ -.DS_Store \ No newline at end of file +target/ +.project +.settings +.classpath +*.iml \ No newline at end of file diff --git a/li.strolch.testbase/.gitignore b/li.strolch.testbase/.gitignore index 558680bb1..1e97e93ea 100644 --- a/li.strolch.testbase/.gitignore +++ b/li.strolch.testbase/.gitignore @@ -1,4 +1,5 @@ target/ .project -.classpath .settings +.classpath +*.iml \ No newline at end of file diff --git a/li.strolch.utils/.gitignore b/li.strolch.utils/.gitignore index 0f44a0f25..1e97e93ea 100644 --- a/li.strolch.utils/.gitignore +++ b/li.strolch.utils/.gitignore @@ -1,2 +1,5 @@ -/target/ -/.classpath +target/ +.project +.settings +.classpath +*.iml \ No newline at end of file diff --git a/li.strolch.website/.gitignore b/li.strolch.website/.gitignore index 47f368b8e..1e97e93ea 100644 --- a/li.strolch.website/.gitignore +++ b/li.strolch.website/.gitignore @@ -1,6 +1,5 @@ -/.settings -/.project -*/.idea* -/.idea/ -/target/ +target/ +.project +.settings +.classpath *.iml \ No newline at end of file diff --git a/li.strolch.websocket/.gitignore b/li.strolch.websocket/.gitignore index 43054f9b5..1e97e93ea 100644 --- a/li.strolch.websocket/.gitignore +++ b/li.strolch.websocket/.gitignore @@ -2,4 +2,4 @@ target/ .project .settings .classpath -.DS_Store +*.iml \ No newline at end of file diff --git a/li.strolch.xmlpers/.gitignore b/li.strolch.xmlpers/.gitignore index 0f44a0f25..1e97e93ea 100644 --- a/li.strolch.xmlpers/.gitignore +++ b/li.strolch.xmlpers/.gitignore @@ -1,2 +1,5 @@ -/target/ -/.classpath +target/ +.project +.settings +.classpath +*.iml \ No newline at end of file