项目配置和文档更新

- 更新 .gitignore 屏蔽 node_modules、logs、.claude 等目录
- 更新 CLAUDE.md 项目开发文档
- 添加 start-system.sh 系统启动脚本
This commit is contained in:
2026-03-05 23:14:57 +08:00
parent 9ca235907f
commit 396ba7f58e
3 changed files with 302 additions and 196 deletions

45
.gitignore vendored Normal file
View File

@@ -0,0 +1,45 @@
HELP.md
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/
/nbdist/
/.nb-gradle/
build/
!**/src/main/**/build/
!**/src/test/**/build/
### VS Code ###
.vscode/
### Node ###
node_modules/
### Logs ###
logs/
### Claude Code ###
.claude/
### Frontend Refactor Plan ###
FRONTEND_REFACTOR_PLAN.md