war/.gitignore

14 lines
159 B
Plaintext

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