Adding some more things to ignore

Adding more files & folders to ignore: Maven target folder, Ant target file, Eclipse project files
This commit is contained in:
boessu 2020-04-11 22:38:26 +02:00 committed by GitHub
parent 15a65ca44a
commit 9f2752eb8a
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 11 additions and 0 deletions

11
.gitignore vendored
View File

@ -7,3 +7,14 @@
*.iml
out
gen
# Ant result file
plantuml.jar
# Maven target folder
target/
# Eclipse Project files
.settings/
.classpath
.project