同步gitee代码

This commit is contained in:
1024lab@sina.com
2021-08-10 14:13:34 +08:00
parent ca770b208d
commit 5593e3d2f8
82 changed files with 8248 additions and 3 deletions

29
.gitignore vendored
View File

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