-
Notifications
You must be signed in to change notification settings - Fork 7
Expand file tree
/
Copy path.gitignore
More file actions
97 lines (78 loc) · 4.11 KB
/
Copy path.gitignore
File metadata and controls
97 lines (78 loc) · 4.11 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
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
89
90
91
92
93
94
95
96
97
# ─── Dependencies ────────────────────────────────────────────────────────────
node_modules/
# ─── Build outputs ───────────────────────────────────────────────────────────
dist/
app/dist/
storybook-static/
# ─── Environment & secrets ───────────────────────────────────────────────────
.env
.env.*
!.env.example
# ─── OS & editor ─────────────────────────────────────────────────────────────
.DS_Store
Thumbs.db
*.swp
*.swo
.idea/
.vscode/
.cursor/
# ─── Claude Code (local settings) ──────────────────────────────────────────
.claude/settings.local.json
.claude/launch.json
# ─── Logs & cache ────────────────────────────────────────────────────────────
*.log
npm-debug.log*
pnpm-debug.log*
.cache/
.eslintcache
.turbo/
.vite/
coverage/
# ─── Vitest / Playwright ─────────────────────────────────────────────────────
/test-results/
/playwright-report/
/blob-report/
.playwright/
# ─── TypeScript ──────────────────────────────────────────────────────────────
*.tsbuildinfo
# ─── Lock files (pnpm-lock.yaml is canonical) ────────────────────────────────
package-lock.json
yarn.lock
bun.lockb
# ─── Storybook assets (demo files not needed) ────────────────────────────────
stories/assets/*.svg
stories/assets/*.png
stories/assets/*.jpg
stories/assets/*.jpeg
stories/assets/*.gif
stories/assets/*.webp
stories/assets/*.avif
# ─── Local dev / editor files ───────────────────────────────────────────────
app/.claude/launch.json
# ─── Log files (local development logs) ──────────────────────────────────────
storybook.log
dev.log
# ─── Temporary / working files ───────────────────────────────────────────────
validate-css-gen.js
app/roundtrip-analysis.md
untitled folder/
# ─── External skill stubs (.claude/skills/ is canonical) ─────────────────────
.agents/
# ─── Internal / non-public docs ──────────────────────────────────────────────
internal/
COMPONENT-CHECKLIST.md
PUBLIC-REPO-SETUP.md
docs/migration-guides.md
# ─── Local Plans ───────────────────────────────────────────────
GEEKLEGO_BLOG_DOCUMENTATION.md
PROJECT-DOCUMENTATION.md
geeklego-blog-post.md
# Private research docs (decoupled from architecture — local-only)
docs/
# ─── figma plugin ───────────────────────────────────────────────
figma-plugin
# ─── comps (landing-page components — local-only) ────────────────────────────
components/v2/Footer/
components/v2/Navbar/
components/v2/Stats/
components/v2/_preview/Onboarding.stories.tsx