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

36 lines
382 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
/.settings
# ! Uncomment these lines if you are not using Eclipse exclusively in the project
#/.classpath
#/.project
# Netbeans
/nbproject
# IntelliJ
*.iml
*.ipr
*.iws
.idea/
# Mac filesystem dust
.DS_Store