添加忽略文件

pull/19/head
shanhy 5 years ago
parent b036e372a2
commit 8a34f838c0

25
.gitignore vendored

@ -1,7 +1,32 @@
HELP.md
target/
!.mvn/wrapper/maven-wrapper.jar
!**/src/main/**
!**/src/test/**
.idea .idea
### STS ###
.apt_generated
.classpath .classpath
.factorypath
.project .project
.settings
.springBeans
.sts4-cache
### IntelliJ IDEA ###
.idea
*.iws
*.iml *.iml
*.ipr
target/ target/
.DS_Store .DS_Store
### NetBeans ###
/nbproject/private/
/nbbuild/
/dist/
/nbdist/
/.nb-gradle/
build/
.gitattributes .gitattributes
### VS Code ###
.vscode/

Loading…
Cancel
Save