1
0
mirror of https://github.com/github/gitignore synced 2025-01-07 12:14:41 +01:00

Expand default Java .gitignore

- IDE files for Eclipse, Netbeans, and IntelliJ
 - .DS_Store files
 - Maven /target folder
 - Other general build folders: /build, /bin, /dist
This commit is contained in:
Kane York 2013-12-30 15:06:16 -08:00
parent 07e4992c29
commit ebea91d69c

View File

@ -7,3 +7,28 @@
*.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