[Project] Updated .gitignore files

This commit is contained in:
Robert von Burg 2020-01-08 09:18:37 +01:00
parent 32a22eae68
commit fa389d7072
17 changed files with 54 additions and 43 deletions

2
.gitignore vendored
View File

@ -2,6 +2,6 @@
.settings .settings
.project .project
.idea/ .idea/
/target/ target/
dependencies/ dependencies/
*.iml *.iml

View File

@ -1,4 +1,5 @@
target/ target/
.project .project
.settings .settings
.classpath .classpath
*.iml

View File

@ -1,16 +1,5 @@
/.settings target/
/.classpath .project
/.project .settings
/target .classpath
/target *.iml
/target
/target
/target
/target
/target
/target
/target
/target
/target
/target
/target

View File

@ -1 +1,5 @@
target/ target/
.project
.settings
.classpath
*.iml

View File

@ -1 +1,5 @@
target/ target/
.project
.settings
.classpath
*.iml

View File

@ -1,5 +1,6 @@
target/ target/
/.settings .project
/.classpath .settings
/.project .classpath
/data *.iml
data/

View File

@ -2,3 +2,4 @@ target/
.project .project
.settings .settings
.classpath .classpath
*.iml

View File

@ -2,3 +2,4 @@ target/
.project .project
.settings .settings
.classpath .classpath
*.iml

View File

@ -1,2 +1,5 @@
/target/ target/
/.classpath .project
.settings
.classpath
*.iml

View File

@ -2,4 +2,4 @@ target/
.project .project
.settings .settings
.classpath .classpath
.DS_Store *.iml

View File

@ -2,3 +2,4 @@ target/
.project .project
.settings .settings
.classpath .classpath
*.iml

View File

@ -1,5 +1,5 @@
/target/ target/
/.classpath .project
/.project .settings
/.settings/ .classpath
.DS_Store *.iml

View File

@ -1,4 +1,5 @@
target/ target/
.project .project
.classpath
.settings .settings
.classpath
*.iml

View File

@ -1,2 +1,5 @@
/target/ target/
/.classpath .project
.settings
.classpath
*.iml

View File

@ -1,6 +1,5 @@
/.settings target/
/.project .project
*/.idea* .settings
/.idea/ .classpath
/target/
*.iml *.iml

View File

@ -2,4 +2,4 @@ target/
.project .project
.settings .settings
.classpath .classpath
.DS_Store *.iml

View File

@ -1,2 +1,5 @@
/target/ target/
/.classpath .project
.settings
.classpath
*.iml