1
0
mirror of https://github.com/github/gitignore synced 2024-12-04 17:35:43 +01:00
gitignore/Java.gitignore
Kane York ebea91d69c Expand default Java .gitignore
- IDE files for Eclipse, Netbeans, and IntelliJ
 - .DS_Store files
 - Maven /target folder
 - Other general build folders: /build, /bin, /dist
2013-12-30 15:06:16 -08:00

35 lines
298 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
/.classpath
/.project
/.settings
# Netbeans
/nbproject
# IntelliJ
*.iml
*.ipr
*.iws
.idea/
# Mac filesystem dust
.DS_Store