Skip to content

Commit

Permalink
Update .gitignore
Browse files Browse the repository at this point in the history
  • Loading branch information
martin-lindstrom committed Apr 21, 2016
1 parent f2fc251 commit 0befd8f
Showing 1 changed file with 23 additions and 0 deletions.
23 changes: 23 additions & 0 deletions .gitignore
Original file line number Diff line number Diff line change
Expand Up @@ -8,5 +8,28 @@
*.war
*.ear

# Eclipse
.metadata
.classpath
.project
.settings
.springBeans
target
Servers
logs
generated
MANIFEST.MF
test-output

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

# virtual machine crash logs, see http://www.java.com/en/download/help/error_hotspot.xml
hs_err_pid*
/target/

0 comments on commit 0befd8f

Please sign in to comment.