war/.gitignore

14 lines
159 B
Plaintext
Raw Normal View History

# Ignore all dotfiles...
.*
# except for .gitignore
!.gitignore
!.classpath
!.project
# Ignore all classfiles
*.class
# Ignore bin
2011-01-03 18:58:46 +01:00
*/bin/*
*/lib/*
*/target/*