1
0
mirror of https://github.com/github/gitignore synced 2024-12-03 17:05:44 +01:00
gitignore/Java.gitignore
2013-12-30 15:16:20 -08:00

36 lines
382 B
Plaintext

*.class
# Mobile Tools for Java (J2ME)
.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