1
0
mirror of https://github.com/taoneill/war.git synced 2025-03-11 22:20:26 +01:00
war/.gitignore

15 lines
156 B
Plaintext
Raw Normal View History

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