Merge branch '001-label-backend-spec'
This commit is contained in:
69
.gitignore
vendored
69
.gitignore
vendored
@@ -1,37 +1,32 @@
|
||||
target/maven-status/maven-compiler-plugin/compile/default-compile/createdFiles.lst
|
||||
target/maven-status/maven-compiler-plugin/compile/default-compile/inputFiles.lst
|
||||
target/maven-status/maven-compiler-plugin/testCompile/default-testCompile/createdFiles.lst
|
||||
target/maven-status/maven-compiler-plugin/testCompile/default-testCompile/inputFiles.lst
|
||||
target/surefire-reports/2026-04-09T13-02-42_141.dumpstream
|
||||
target/surefire-reports/2026-04-09T13-05-35_797.dumpstream
|
||||
target/surefire-reports/2026-04-09T13-10-00_741.dumpstream
|
||||
target/surefire-reports/2026-04-09T13-12-36_692.dumpstream
|
||||
target/surefire-reports/2026-04-09T13-12-48_346.dumpstream
|
||||
.specify/init-options.json
|
||||
.specify/integration.json
|
||||
.specify/integrations/claude.manifest.json
|
||||
.specify/integrations/speckit.manifest.json
|
||||
.specify/integrations/claude/scripts/update-context.ps1
|
||||
.specify/integrations/claude/scripts/update-context.sh
|
||||
.specify/memory/constitution.md
|
||||
.specify/scripts/powershell/check-prerequisites.ps1
|
||||
.specify/scripts/powershell/common.ps1
|
||||
.specify/scripts/powershell/create-new-feature.ps1
|
||||
.specify/scripts/powershell/setup-plan.ps1
|
||||
.specify/scripts/powershell/update-agent-context.ps1
|
||||
.specify/templates/agent-file-template.md
|
||||
.specify/templates/checklist-template.md
|
||||
.specify/templates/constitution-template.md
|
||||
.specify/templates/plan-template.md
|
||||
.specify/templates/spec-template.md
|
||||
.specify/templates/tasks-template.md
|
||||
.claude/settings.local.json
|
||||
.claude/skills/speckit-analyze/SKILL.md
|
||||
.claude/skills/speckit-checklist/SKILL.md
|
||||
.claude/skills/speckit-clarify/SKILL.md
|
||||
.claude/skills/speckit-constitution/SKILL.md
|
||||
.claude/skills/speckit-implement/SKILL.md
|
||||
.claude/skills/speckit-plan/SKILL.md
|
||||
.claude/skills/speckit-specify/SKILL.md
|
||||
.claude/skills/speckit-tasks/SKILL.md
|
||||
.claude/skills/speckit-taskstoissues/SKILL.md
|
||||
# ==========================================
|
||||
# 1. Maven/Java 构建产物 (一键忽略整个目录)
|
||||
# ==========================================
|
||||
target/
|
||||
*.class
|
||||
*.jar
|
||||
*.war
|
||||
*.ear
|
||||
|
||||
# ==========================================
|
||||
# 2. IDE 配置文件
|
||||
# ==========================================
|
||||
.idea/
|
||||
.vscode/
|
||||
*.iml
|
||||
*.ipr
|
||||
*.iws
|
||||
|
||||
# ==========================================
|
||||
# 3. 项目特定工具目录 (根据你的文件列表)
|
||||
# ==========================================
|
||||
# 忽略 Specifiy 工具生成的所有配置和脚本
|
||||
.specify/
|
||||
|
||||
# 忽略 Claude 本地设置和技能文件
|
||||
.claude/
|
||||
|
||||
# ==========================================
|
||||
# 4. 操作系统文件
|
||||
# ==========================================
|
||||
.DS_Store
|
||||
Thumbs.db
|
||||
Reference in New Issue
Block a user