mirror of
https://github.com/github/gitignore
synced 2024-12-04 17:35:43 +01:00
ebea91d69c
- IDE files for Eclipse, Netbeans, and IntelliJ - .DS_Store files - Maven /target folder - Other general build folders: /build, /bin, /dist
35 lines
298 B
Plaintext
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
|