war/.gitignore

13 lines
148 B
Plaintext

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