1
0
mirror of https://github.com/github/gitignore synced 2024-12-04 17:35:43 +01:00
gitignore/Java.gitignore

35 lines
298 B
Plaintext
Raw Normal View History

2011-05-27 11:23:01 +02:00
*.class
# Mobile Tools for Java (J2ME)
2013-11-27 15:30:56 +01:00
.mtj.tmp/
# Package Files #
*.jar
*.war
*.ear
# maven
/target
# various other potential build files
/build
/bin
/dist
# Eclipse
/.classpath
/.project
/.settings
# Netbeans
/nbproject
# IntelliJ
*.iml
*.ipr
*.iws
.idea/
# Mac filesystem dust
.DS_Store