mirror of
https://github.com/stylefeng/Guns.git
synced 2026-06-04 21:04:11 +08:00
40 lines
317 B
Plaintext
40 lines
317 B
Plaintext
*.class
|
|
|
|
# Package Files #
|
|
*.jar
|
|
*.war
|
|
*.ear
|
|
target/
|
|
|
|
# eclipse
|
|
.settings/
|
|
.classpath
|
|
.project
|
|
logs/
|
|
|
|
# idea
|
|
.idea/
|
|
*.iml
|
|
|
|
*velocity.log*
|
|
|
|
### STS ###
|
|
.apt_generated
|
|
.factorypath
|
|
.springBeans
|
|
|
|
### IntelliJ IDEA ###
|
|
.idea
|
|
*.iws
|
|
*.ipr
|
|
|
|
### NetBeans ###
|
|
nbproject/private/
|
|
nbbuild/
|
|
dist/
|
|
nbdist/
|
|
.nb-gradle/
|
|
|
|
*.log
|
|
tmp/
|