mirror of
https://github.com/github/gitignore
synced 2024-12-03 17:05:44 +01:00
294bb9595a
As per 5627d20401
36 lines
382 B
Plaintext
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
|