chore: gitignore 本地运行日志(.codex-*)与截图日志/废弃目录
This commit is contained in:
parent
801725b6bb
commit
08bdda4cb9
|
|
@ -34,6 +34,10 @@ poc/pi-fallback/smoke/*.log
|
||||||
poc/pi-fallback/smoke/*.sse
|
poc/pi-fallback/smoke/*.sse
|
||||||
poc/pi-fallback/probes/*.out
|
poc/pi-fallback/probes/*.out
|
||||||
poc/pi-fallback/probes/*.marker
|
poc/pi-fallback/probes/*.marker
|
||||||
|
# ---- 本地运行日志(勿提交)----
|
||||||
|
.codex-*.log
|
||||||
|
_shots/*.log
|
||||||
|
_shots/v2-discard/
|
||||||
# ---- IDE / 系统 ----
|
# ---- IDE / 系统 ----
|
||||||
.idea/
|
.idea/
|
||||||
.vscode/
|
.vscode/
|
||||||
|
|
|
||||||
Loading…
Reference in New Issue