-
Notifications
You must be signed in to change notification settings - Fork 26
Expand file tree
/
Copy path.gitignore
More file actions
60 lines (46 loc) · 779 Bytes
/
.gitignore
File metadata and controls
60 lines (46 loc) · 779 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
49
50
51
52
53
54
55
56
57
58
59
60
# Dependencies
node_modules/
# Build outputs
dist/
out/
packages/*/dist/
packages/*/out/
packages/app/out/
# Electron build
dist-electron/
# Turbo cache
.turbo/
# Astro
.astro/
# Void
.void/
.wrangler/
# Source maps
*.js.map
*.d.ts.map
# OS
.DS_Store
# Local env
.env
.env.local
# Spool DB (user data, not committed)
.spool/
# Browse tool session state
.gstack/
# Git worktrees
.worktrees/
# Native binaries (rebuilt per-platform via electron-rebuild)
build/
*.node
# Compiled artifacts that may end up in src/ by mistake
packages/*/src/**/*.js
packages/*/src/**/*.d.ts
packages/*/src/**/*.js.map
packages/*/src/**/*.d.ts.map
# Playwright
test-results/
playwright-report/
.playwright-mcp/
# Superpowers (agent-generated plans/specs)
.superpowers/
docs/superpowers/