---初始化项目

This commit is contained in:
2025-10-10 09:20:48 +08:00
parent a8e0f1c377
commit 7f74c186da
203 changed files with 14674 additions and 0 deletions

29
.gitignore vendored
View File

@ -2,6 +2,8 @@
# Compiled class file
*.class
**/.flattened-pom.xml
# Log file
*.log
@ -68,7 +70,13 @@ local.properties
.texlipse
# STS (Spring Tool Suite)
.apt_generated
.classpath
.factorypath
.project
.settings
.springBeans
.sts4-cache
# Code Recommenders
.recommenders/
@ -86,3 +94,24 @@ local.properties
# Typically, this file would be tracked if it contains build/dependency configurations:
#.project
### IntelliJ IDEA ###
.idea
*.iws
*.iml
*.ipr
*.log
### NetBeans ###
/nbproject/private/
/nbbuild/
/dist/
/nbdist/
/.nb-gradle/
!**/src/main/**/build/
!**/src/test/**/build/
### VS Code ###
.vscode/