mirror of
https://github.com/github/gitignore
synced 2025-01-07 12:14:41 +01:00
294bb9595a
As per 5627d20401a51497fa1661af7428116012f4a8de
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
|