mirror of
https://github.com/taoneill/war.git
synced 2024-11-10 20:50:04 +01:00
50ebc9ad0c
General reorganizin
15 lines
156 B
Plaintext
15 lines
156 B
Plaintext
# Ignore all dotfiles...
|
|
.*
|
|
# except for .gitignore
|
|
!.gitignore
|
|
!.classpath
|
|
!.project
|
|
|
|
# Ignore all classfiles
|
|
*.class
|
|
|
|
# Ignore bin
|
|
bin
|
|
*/lib/*
|
|
*/target/*
|