-
-
Notifications
You must be signed in to change notification settings - Fork 5.2k
Expand file tree
/
Copy path.gitignore
More file actions
72 lines (63 loc) · 1.02 KB
/
.gitignore
File metadata and controls
72 lines (63 loc) · 1.02 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
69
70
71
72
node_modules/
.DS_Store
TO-DOS.md
CLAUDE.md
/research.claude/
commands.html
# Local test installs
.claude/
# Cursor IDE — local agents/skills bundle (never commit)
.cursor/
# Build artifacts (committed to npm, not git)
hooks/dist/
# Per-process atomic-write staging dirs used by scripts/build-hooks.js (see comment there)
hooks/.dist-staging-*/
# Coverage artifacts
coverage/
# Animation assets
animation/
*.gif
# Internal planning documents
reports/
RAILROAD_ARCHITECTURE.md
.planning/
analysis/
docs/GSD-MASTER-ARCHITECTURE.md
docs/GSD-RUST-IMPLEMENTATION-GUIDE.md
docs/GSD-SYSTEM-SPECIFICATION.md
gaps.md
improve.md
philosophy.md
# Installed skills
.github/agents/gsd-*
.github/skills/gsd-*
.github/get-shit-done/*
.github/skills/get-shit-done
.github/copilot-instructions.md
.bg-shell/
# ── GSD baseline (auto-generated) ──
.gsd
Thumbs.db
*.swp
*.swo
*~
.idea/
.vscode/
*.code-workspace
.env
.env.*
!.env.example
.next/
dist/
build/
__pycache__/
*.pyc
.venv/
venv/
target/
vendor/
*.log
.cache/
tmp/
.worktrees
.envrc