Skip to content

Commit

Permalink
REPO-2724 Add gitignore
Browse files Browse the repository at this point in the history
  • Loading branch information
killerboot committed Jul 30, 2017
1 parent 05ba6b9 commit d18e477
Showing 1 changed file with 34 additions and 0 deletions.
34 changes: 34 additions & 0 deletions .gitignore
Original file line number Diff line number Diff line change
@@ -0,0 +1,34 @@
*.class

# Eclipse
.classpath
.settings
.project

# Intellij
.idea/
*.iml
*.iws

# Mac
.DS_Store

# Maven
target
*.log
*.log.*

# Mobile Tools for Java (J2ME)

.mtj
.tmp/

# Package Files #

*.jar
*.war
*.ear

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

hs_err_pid*

0 comments on commit d18e477

Please sign in to comment.