1
0
mirror of https://github.com/taoneill/war.git synced 2025-03-11 14:09:57 +01:00
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/*