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