1
0
mirror of https://github.com/taoneill/war.git synced 2025-03-18 17:39:24 +01:00
war/.gitignore
2011-01-03 12:58:46 -05:00

13 lines
148 B
Plaintext

# Ignore all dotfiles...
.*
# except for .gitignore
!.gitignore
!.classpath
!.project
# Ignore all classfiles
*.class
# Ignore bin
*/bin/*
*/lib/*