Skip to content

Commit 5c84be8

Browse files
committed
Update .gitignore
1 parent ba98dd1 commit 5c84be8

1 file changed

Lines changed: 13 additions & 0 deletions

File tree

.gitignore

Lines changed: 13 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -56,6 +56,9 @@ web/dist/
5656
web/.astro/
5757
web/.wrangler/
5858

59+
# Personal analytics scripts + their reports - never commit
60+
web/scripts/local/
61+
5962
# Root-level npm tooling (not the main module)
6063
/package.json
6164
/package-lock.json
@@ -155,3 +158,13 @@ web/research/
155158
survey*.mjs
156159
*-results.jsonl
157160
*-dashboard.html
161+
162+
# Operational manifests — kept local, never committed
163+
k8s/
164+
165+
# Test rerun outputs — should never have been committed
166+
tests/integration/local/logs.rerun*
167+
168+
# Untracked sandboxes / personal scratch — never commit
169+
abpn/
170+
scripts/pilot-geo-exporter/

0 commit comments

Comments
 (0)