lenosp/.gitignore

31 lines
296 B
Plaintext
Raw Normal View History

2018-04-24 22:52:06 +08:00
/target/
!.mvn/wrapper/maven-wrapper.jar
### STS ###
.apt_generated
.classpath
.factorypath
.project
.settings
.springBeans
.sts4-cache
### IntelliJ IDEA ###
.idea
*.iws
*.iml
*.ipr
### NetBeans ###
/nbproject/private/
/build/
/nbbuild/
/dist/
/nbdist/
2018-04-25 16:44:38 +08:00
/.nb-gradle/
2018-04-25 16:47:05 +08:00
### IDEA ###
2018-04-25 17:47:09 +08:00
.idea
*.iml