mirror of
https://github.com/taoneill/war.git
synced 2024-11-23 18:55:28 +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/*
|