chore: .gitignore 忽略 .superpowers/(子代理工作流的临时工作区)
该目录存放 SDD 流程的账本、任务简报与评审包,属过程性临时产物, 不进版本控制;否则会长期挂在 git status 里成为噪声。
This commit is contained in:
@@ -25,3 +25,6 @@ gdextension/**/~*
|
||||
gdextension/**/*.obj.import
|
||||
**/.sconsign.dblite
|
||||
compile_commands.json
|
||||
|
||||
# superpowers 子代理工作区(账本/简报/评审包,git-ignored scratch)
|
||||
.superpowers/
|
||||
|
||||
Reference in New Issue
Block a user