mirror of
https://github.com/taoneill/war.git
synced 2024-11-10 20:50:04 +01:00
f7aa952fb6
Use maven importer
17 lines
182 B
Plaintext
17 lines
182 B
Plaintext
# Ignore all dotfiles...
|
|
.*
|
|
# except for .gitignore
|
|
!.gitignore
|
|
.classpath
|
|
.project
|
|
|
|
# Ignore all classfiles
|
|
*.class
|
|
|
|
# Ignore bin
|
|
bin
|
|
*/lib/*
|
|
*/target/*
|
|
dependency-reduced-pom.xml
|
|
|