-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy path.gitignore
More file actions
39 lines (36 loc) · 1.38 KB
/
Copy path.gitignore
File metadata and controls
39 lines (36 loc) · 1.38 KB
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
.task
bin
# e2e's own server-binary build dir -- deliberately separate from bin/
# so the dev loop and a running e2e suite can't destroy each other's
# artifacts (frontend/e2e/global-setup.ts has the incident).
frontend/e2e/.build/
.DS_Store
frontend/dist
frontend/node_modules
frontend/test-results
frontend/playwright-report
frontend/blob-report
build/linux/appimage/build
build/windows/nsis/MicrosoftEdgeWebview2Setup.exe
# Mobile generated (per-machine; overlays hold absolute paths)
build/ios/xcode/overlay.json
build/ios/xcode/gen/
build/android/overlay.json
build/android/gen/
# Playwright MCP tool debug artifacts (console logs, page snapshots)
.playwright-mcp/
/mill
# A stray `go build` invocation without -o writes a same-name binary
# to the repo root -- ls-lint's root-file-naming check can't see an
# extensionless file, so one already reached a commit once.
/webviewbridgesmoke
# agent worktrees (parallel builds) — never tracked
.claude/worktrees/
# Internal working docs live in the private mill-docs repo (nested at docs/,
# its own git checkout) -- deliberately untracked here.
/docs/
# scripts/dashboard's regenerated output (goal 0210 S1) -- derived fresh
# from repo truth on every refresh.sh run, so committing it would just be
# diff noise that goes stale the moment anything else in the repo changes.
/scripts/dashboard/dashboard-data.json
/scripts/dashboard/mill-control-room.html