-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy path.gitignore
More file actions
48 lines (41 loc) · 967 Bytes
/
Copy path.gitignore
File metadata and controls
48 lines (41 loc) · 967 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
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
# Build output
bin/
# Frontend
web/node_modules/
web/dist/
# macOS / editor cruft
.DS_Store
# npm debug logs
npm-debug.log*
yarn-debug.log*
yarn-error.log*
# Runtime SQLite store (supervision policies, stacks, restart counts) — NEVER commit
*.db
# Embedded SPA: the built assets are generated; only the placeholder index.html is
# tracked so `go build` works on a fresh clone (the go:embed source must exist).
httpapi/dist/*
!httpapi/dist/index.html
# Playwright screenshot/snapshot artifacts that litter the repo from build/verify
# runs. (The curated docs/screenshots/ images are NOT ignored — they're committed.)
.playwright-mcp/
b*-*.png
c*-*.png
v*-*.png
e4-*.png
l4-*.png
p*-*.png
st5-*.png
cr5-*.png
res-*.png
pf-*.png
sweep-*.png
filt-*.png
dbg-*.png
topbar-*.png
*.tsbuildinfo
# internal working docs + verification screenshots (not part of the repo)
/porthole-*-spec.md
/porthole-*-prompts.md
/docs/porthole-*.md
reg-*.png
/porthole-*-capture.md