war/.gitignore
Tim Düsterhus 50ebc9ad0c Why was bin in repo?!
General reorganizin
2011-07-27 21:10:05 +02:00

15 lines
156 B
Plaintext

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