Skip to content

Commit

Permalink
Update .gitignore to ignore Eclipse files
Browse files Browse the repository at this point in the history
  • Loading branch information
tha2015 committed Jun 2, 2018
1 parent c22b4de commit 0eb9462
Showing 1 changed file with 19 additions and 0 deletions.
19 changes: 19 additions & 0 deletions .gitignore
Original file line number Diff line number Diff line change
Expand Up @@ -27,6 +27,25 @@ hs_err_pid*
# IntelliJ
/out/

# STS
.apt_generated
.classpath
.factorypath
.project
.settings
.springBeans
.sts4-cache
/target/
/bin/

# NetBeans
/nbproject/private/
/build/
/nbbuild/
/dist/
/nbdist/
/.nb-gradle/

## Gradle template
.gradle
build/
Expand Down

0 comments on commit 0eb9462

Please sign in to comment.