1
0
mirror of https://github.com/github/gitignore synced 2025-01-07 12:14:41 +01:00
gitignore/Java.gitignore
Kane York 294bb9595a Remove .classpath and .project
As per 5627d20401a51497fa1661af7428116012f4a8de
2013-12-30 15:16:20 -08:00

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