Skip to content

Commit

Permalink
Adding some more things to ignore
Browse files Browse the repository at this point in the history
Adding more files & folders to ignore: Maven target folder, Ant target file, Eclipse project files
  • Loading branch information
boessu authored Apr 11, 2020
1 parent 15a65ca commit 9f2752e
Showing 1 changed file with 11 additions and 0 deletions.
11 changes: 11 additions & 0 deletions .gitignore
Original file line number Diff line number Diff line change
Expand Up @@ -7,3 +7,14 @@
*.iml
out
gen

# Ant result file
plantuml.jar

# Maven target folder
target/

# Eclipse Project files
.settings/
.classpath
.project

0 comments on commit 9f2752e

Please sign in to comment.