-
Notifications
You must be signed in to change notification settings - Fork 318
Expand file tree
/
Copy path.claudeignore
More file actions
78 lines (67 loc) · 1.13 KB
/
.claudeignore
File metadata and controls
78 lines (67 loc) · 1.13 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
# =============================================================================
# .claudeignore for solana-foundation/solana-com
# Turborepo + pnpm + Next.js monorepo
# =============================================================================
# -- Dependencies & package managers --
**/node_modules/
.pnpm-store/
pnpm-lock.yaml
# -- Build outputs --
**/dist/
**/.next/
**/out/
**/.turbo/
**/build/
**/.vercel/
# Keep content root files accessible for routing/config
# -- Static assets --
**/public/assets/
**/public/images/
**/public/fonts/
**/*.png
**/*.jpg
**/*.jpeg
**/*.gif
**/*.webp
**/*.svg
**/*.ico
**/*.woff
**/*.woff2
**/*.ttf
**/*.eot
**/*.mp4
**/*.webm
# -- Generated / cached --
**/.cache/
**/.eslintcache
**/.tsbuildinfo
**/tsconfig.tsbuildinfo
**/*.tsbuildinfo
**/coverage/
**/.nyc_output/
**/storybook-static/
# -- Git & CI --
.git/
.github/
.husky/
# -- IDE / editor --
.vscode/
.cursor/
.idea/
**/*.swp
**/*.swo
# -- Env & secrets --
**/.env
**/.env.*
!**/.env.example
# -- Logs --
**/*.log
**/npm-debug.log*
**/pnpm-debug.log*
# -- OS files --
.DS_Store
Thumbs.db
# -- Misc --
LICENSE
llmtxt-generator.py
turbo-boundary.json