Create your Gitee Account
Explore and code with more than 12 million developers,Free private repositories !:)
Sign up
文件
Clone or Download
.gitignore 417 Bytes
Copy Edit Raw Blame History
tanghc authored 2022-08-23 20:37 . 优化交互
HELP.md
*.db
*.txt
target/
!.mvn/wrapper/maven-wrapper.jar
!**/src/main/**/target/
!**/src/test/**/target/
### STS ###
.apt_generated
.classpath
.factorypath
.project
.settings
.springBeans
.sts4-cache
### IntelliJ IDEA ###
.idea
*.iws
*.iml
*.ipr
### NetBeans ###
/nbproject/private/
/nbbuild/
/dist/
/log/
/nbdist/
/.nb-gradle/
build/
bin/
!**/src/main/**/build/
!**/src/test/**/build/
### VS Code ###
.vscode/
马建仓 AI 助手
尝试更多
代码解读
代码找茬
代码优化