-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy path.gitignore
More file actions
29 lines (25 loc) · 696 Bytes
/
Copy path.gitignore
File metadata and controls
29 lines (25 loc) · 696 Bytes
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
node_modules/
dist/
coverage/
docs/api/
*.log
*.tgz
.env
.env.*
.DS_Store
nohup.out
*.tsbuildinfo
examples/**/dist/
examples/plain-html/asksql-widget.js
# Built the same way, by build-widget.mjs; the example documents the command.
examples/express-postgres/public/asksql-widget.js
# Internal-only working docs (design/BRD, plan, coverage + validation logs,
# edge-case catalog). Kept locally; never published to the open-source repo.
internal/
# npm auth (never commit tokens)
.npmrc
# Claude Code local settings (personal, never commit)
.claude/settings.local.json
.claude/settings.json
# Soak-run artefact: regenerated by tools/e2e-soak.mjs, never worth committing.
tools/soak-report.jsonl