2026-03-23 11:23:44 +08:00
|
|
|
# Git
|
|
|
|
|
.git/
|
|
|
|
|
.gitignore
|
|
|
|
|
|
|
|
|
|
# 构建产物
|
|
|
|
|
**/target/
|
|
|
|
|
.m2/
|
|
|
|
|
*.class
|
|
|
|
|
*.jar
|
|
|
|
|
!gradle-wrapper.jar
|
|
|
|
|
.gradle/
|
|
|
|
|
|
|
|
|
|
# IDE
|
|
|
|
|
.idea/
|
|
|
|
|
*.iml
|
|
|
|
|
*.iws
|
|
|
|
|
*.ipr
|
|
|
|
|
.vscode/
|
|
|
|
|
.settings/
|
|
|
|
|
.classpath
|
|
|
|
|
.project
|
|
|
|
|
.factorypath
|
|
|
|
|
.springBeans
|
|
|
|
|
.sts4-cache
|
|
|
|
|
|
|
|
|
|
# 前端
|
|
|
|
|
**/node_modules/
|
|
|
|
|
dist/
|
|
|
|
|
build/
|
|
|
|
|
|
|
|
|
|
# 文档与脚本(构建不需要)
|
|
|
|
|
docs/
|
|
|
|
|
sql/
|
|
|
|
|
scripts/
|
|
|
|
|
openspec/
|
|
|
|
|
AGENTS.md
|
|
|
|
|
CLAUDE.md
|
|
|
|
|
*.md
|
|
|
|
|
!**/pom.xml
|
|
|
|
|
|
|
|
|
|
# AI / 工具目录
|
|
|
|
|
.claude/
|
|
|
|
|
.gstack/
|
|
|
|
|
.qoder/
|
|
|
|
|
|
|
|
|
|
# 杂项
|
|
|
|
|
*.log
|
|
|
|
|
*.tmp
|
|
|
|
|
.DS_Store
|
|
|
|
|
.history
|
|
|
|
|
.temp/
|
|
|
|
|
coverage/
|