Files
joywayer e41a32b751 chore: .gitignore 忽略 .superpowers/(子代理工作流的临时工作区)
该目录存放 SDD 流程的账本、任务简报与评审包,属过程性临时产物,
不进版本控制;否则会长期挂在 git status 里成为噪声。
2026-08-03 10:39:12 +08:00

31 lines
874 B
Plaintext
Raw Permalink Blame History

This file contains ambiguous Unicode characters
This file contains Unicode characters that might be confused with other characters. If you think that this is intentional, you can safely ignore this warning. Use the Escape button to reveal them.
# Godot 4+ specific ignores
.godot/
/android/
node_modules/
# --- C# / .NET (Godot Mono) ---
# 主产物在 .godot/mono/ 下(已被 .godot/ 覆盖);以下为根级兜底
/bin/
/obj/
*.user
Rogue.csproj.old
# --- C++ GDExtension 构建中间产物 ---
# 保留:源码、SConstruct、api dump、.gdextension、以及已构建的 debug .dll(开箱即用)
# 忽略:编译中间产物、导入库、编辑器 ~ 临时交换 DLL、.obj 的 .import 边车。
# godot-cpp 子模块的 gen//bin/ 由其自带 .gitignore 处理。
gdextension/**/*.obj
gdextension/**/*.os
gdextension/**/*.o
gdextension/**/*.pdb
gdextension/**/*.ilk
gdextension/**/*.exp
gdextension/**/*.lib
gdextension/**/~*
gdextension/**/*.obj.import
**/.sconsign.dblite
compile_commands.json
# superpowers 子代理工作区(账本/简报/评审包,git-ignored scratch
.superpowers/