mirror of
https://github.com/instructkr/claw-code.git
synced 2026-04-27 07:45:08 +08:00
chore: gitignore .port_sessions/ to prevent dogfood-run pollution
Every 'claw flush-transcript' call without --directory writes to .port_sessions/<uuid>.json in CWD. Without a gitignore entry, every dogfood run leaves dozens of untracked files in the repo, masking real changes in 'git status' output. Now that #160/#166 ship structured session lifecycle commands and deterministic --session-id, this directory is purely transient by default — belongs in .gitignore.
This commit is contained in:
3
.gitignore
vendored
3
.gitignore
vendored
@@ -8,5 +8,8 @@ archive/
|
|||||||
# Claw Code local artifacts
|
# Claw Code local artifacts
|
||||||
.claw/settings.local.json
|
.claw/settings.local.json
|
||||||
.claw/sessions/
|
.claw/sessions/
|
||||||
|
# #160/#166: default session storage directory (flush-transcript output,
|
||||||
|
# dogfood runs, etc.). Claws specifying --directory elsewhere are fine.
|
||||||
|
.port_sessions/
|
||||||
.clawhip/
|
.clawhip/
|
||||||
status-help.txt
|
status-help.txt
|
||||||
|
|||||||
Reference in New Issue
Block a user