mirror of
https://github.com/0xMassi/webclaw.git
synced 2026-06-20 02:24:05 +02:00
docs+gitignore: portable-install sync note and local scratch ignores
CLAUDE.md gains a mandatory step at the top describing the rebuild->copy-> verify dance for the portable Claude Code install at C:\_projects\claude- portable, plus a local-build env snippet for the BoringSSL bindgen vars (LIBCLANG_PATH, NASM on PATH) that update.py sets automatically but a plain shell does not. .gitignore adds runtime/scratch entries that shouldn't have been tracked: __pycache__/, .last_update_check, .playwright-cli/, demo_sample.html, demo_saved.json. Nothing currently tracked is affected (none of these were under version control).
This commit is contained in:
parent
8fe8bcb479
commit
e620173d3a
2 changed files with 40 additions and 1 deletions
7
.gitignore
vendored
7
.gitignore
vendored
|
|
@ -13,3 +13,10 @@ local-test-results.json
|
|||
# not code and shouldn't live in git. Track deliberately-saved research
|
||||
# output under a different name.
|
||||
research-*.json
|
||||
|
||||
# Local runtime/scratch — never repo content.
|
||||
__pycache__/
|
||||
.last_update_check
|
||||
.playwright-cli/
|
||||
demo_sample.html
|
||||
demo_saved.json
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue