-
-
Notifications
You must be signed in to change notification settings - Fork 5
Expand file tree
/
Copy path.gitignore
More file actions
68 lines (55 loc) · 1.01 KB
/
Copy path.gitignore
File metadata and controls
68 lines (55 loc) · 1.01 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
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
# Dependencies
node_modules/
package-lock.json
# Build outputs
dist/
*.tsbuildinfo
coverage/
.turbo/
# Tauri / Rust
apps/desktop/src-tauri/target/
# Cargo.lock is committed: this is a binary/app crate, so pinning the full
# dependency graph keeps CI builds reproducible (e.g. avoids time 0.3.52
# breaking cookie 0.18.1 on a fresh resolve).
# VS Code extension
packages/vscode/*.vsix
# OS
.DS_Store
Thumbs.db
# IDE
.idea/
*.swp
*.swo
# Env
.env
.env.local
.env.*.local
# Logs
*.log
npm-debug.log*
pnpm-debug.log*
# pnpm store
.pnpm-store/
# Temp
_tmp_*
vite.config.ts.timestamp-*
vitest.config.ts.timestamp-*
*.timestamp-*.mjs
ROADMAP.md
# Worktrees
.worktrees/
# Grammar WASM files (generated by copy-grammars.mjs — do not commit)
apps/desktop/public/grammars/
# Superpowers
.superpowers/
website/.vitepress/cache
website/.vitepress/dist
research/
.claude/scheduled_tasks.lock
.claude/launch.json
.claude/settings.local.json
.release-notes-v1.5.0.md
website/.vitepress/.temp
.claude/worktrees/
.gitwandrc
visibility-pack/