优化: 修改忽略文件忽略各种开发工具生成的临时文件
This commit is contained in:
parent
268f46b872
commit
e2ec0d6c9a
|
|
@ -1,4 +1,35 @@
|
||||||
/.idea
|
HELP.md
|
||||||
/.vscode
|
|
||||||
/target/
|
/target/
|
||||||
|
/**/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/
|
||||||
|
/nbbuild/
|
||||||
|
/dist/
|
||||||
|
/nbdist/
|
||||||
|
/.nb-gradle/
|
||||||
|
/build/
|
||||||
|
|
||||||
|
### VS Code ###
|
||||||
|
.vscode/
|
||||||
|
rebel-remote.xml
|
||||||
|
rebel.xml
|
||||||
|
|
||||||
|
### customize ###
|
||||||
/likeadmin-java.iml
|
/likeadmin-java.iml
|
||||||
Loading…
Reference in New Issue