We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent ba98dd1 commit 5c84be8Copy full SHA for 5c84be8
1 file changed
.gitignore
@@ -56,6 +56,9 @@ web/dist/
56
web/.astro/
57
web/.wrangler/
58
59
+# Personal analytics scripts + their reports - never commit
60
+web/scripts/local/
61
+
62
# Root-level npm tooling (not the main module)
63
/package.json
64
/package-lock.json
@@ -155,3 +158,13 @@ web/research/
155
158
survey*.mjs
156
159
*-results.jsonl
157
160
*-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