mirror of
https://github.com/taoneill/war.git
synced 2024-11-13 05:54:31 +01:00
12 lines
140 B
Plaintext
12 lines
140 B
Plaintext
# Ignore all dotfiles...
|
|
.*
|
|
# except for .gitignore
|
|
!.gitignore
|
|
!.classpath
|
|
!.project
|
|
|
|
# Ignore all classfiles
|
|
*.class
|
|
|
|
# Ignore bin
|
|
*/bin/* |