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:
parent
07e4992c29
commit
ebea91d69c
@ -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
|
||||
|
Loading…
x
Reference in New Issue
Block a user