Skip to content

Commit 4fb651c

Browse files
Added Gitignore
1 parent 04f2839 commit 4fb651c

1 file changed

Lines changed: 31 additions & 71 deletions

File tree

.gitignore

Lines changed: 31 additions & 71 deletions
Original file line numberDiff line numberDiff line change
@@ -1,91 +1,43 @@
11
# Dependencies
22
node_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
._*
@@ -94,9 +46,17 @@ temp/
9446
ehthumbs.db
9547
Thumbs.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

0 commit comments

Comments
 (0)