File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change 11# Dependencies
22node_modules /
3- npm-debug.log *
4- yarn-debug.log *
5- yarn-error.log *
63
7- .cursor
8- # Wrangler
9- .wrangler /
10- worker-configuration.d.ts
4+ # Production
5+ dist /
6+ build /
117
12- # Environment variables
8+ # Environment Variables
139.env
1410.env.local
1511.env.development.local
1612.env.test.local
1713.env.production.local
18- CLAUDE.md
19- AGENTS.md
14+ .dev.vars
15+
16+ # Cloudflare
17+ .wrangler /
18+ worker-configuration.d.ts
19+
2020# Logs
21- logs
21+ npm-debug.log *
22+ yarn-debug.log *
23+ yarn-error.log *
24+ logs /
2225* .log
2326
2427# Runtime data
25- pids
28+ pids /
2629* .pid
2730* .seed
2831* .pid.lock
2932
30- # Coverage directory used by tools like istanbul
31- coverage /
32- * .lcov
33-
34- # nyc test coverage
35- .nyc_output
36-
37- # Dependency directories
38- jspm_packages /
39-
40- # TypeScript cache
41- * .tsbuildinfo
42-
43- # Optional npm cache directory
44- .npm
45-
46- # Optional eslint cache
47- .eslintcache
48-
49- # Optional REPL history
50- .node_repl_history
51-
52- # Output of 'npm pack'
53- * .tgz
54-
55- # Yarn Integrity file
56- .yarn-integrity
57-
58- # parcel-bundler cache (https://parceljs.org/)
59- .cache
60- .parcel-cache
61-
62- # Next.js build output
63- .next
64-
65- # Nuxt.js build / generate output
66- .nuxt
67- dist
68-
69- # Gatsby files
70- .cache /
71- # public - 注释掉,因为我们需要 public 目录用于静态资源
72-
73- # Storybook build outputs
74- .out
75- .storybook-out
76-
77- # Temporary folders
78- tmp /
79- temp /
80-
81- # Editor directories and files
33+ # Editor/IDE
8234.vscode /
8335.idea /
8436* .swp
8537* .swo
86- * ~
38+ .cursor
8739
88- # OS generated files
40+ # OS Generated
8941.DS_Store
9042.DS_Store ?
9143._ *
9446ehthumbs.db
9547Thumbs.db
9648
97- # Cloudflare
98- .dev.vars
99- /asset /bookmarks_2025_9_5_2.html
100- /asset /bookmarks_2025_9_5.html
49+ # Testing
50+ coverage /
51+ .nyc_output /
10152
102- eml
53+ # Temporary
54+ tmp /
55+ temp /
56+
57+ # Application Specific
58+ eml /
59+
60+ # Preserved User Specific
61+ /asset /bookmarks_2025_9_5_2.html
62+ /asset /bookmarks_2025_9_5.html
You can’t perform that action at this time.
0 commit comments