summaryrefslogtreecommitdiffhomepage
path: root/.gitignore
blob: 8b306402df2f9d763cc94183bb3ed25071258fba (plain)
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
node_modules/
dist/
build/
.env
.env.dispatch
*.db
*.sqlite
.DS_Store
.skills/
references/

# Local scratch / sensitive — never commit
cyberdeck/
.old_tabs.svelte.ts

# Packaging build artifacts
packaging/src/
packaging/pkg/
packaging/*.pkg.tar.zst
packaging/*.tar.zst
packaging/electron/src/
packaging/electron/pkg/
packaging/electron/*.pkg.tar.zst
packaging/electron/*.tar.zst
packages/frontend/release/

# Code-review artifacts
claude-report.md

# notes/ is local-only scratch (plans, reports, wishlist)
notes/