Skip to content

Commit cf2414f

Browse files
author
sky.sun
committed
ignore
1 parent b881d1d commit cf2414f

File tree

1 file changed

+62
-1
lines changed

1 file changed

+62
-1
lines changed

.gitignore

Lines changed: 62 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,66 @@
1+
# Dependencies
12
node_modules
3+
pnpm-debug.log*
4+
yarn-debug.log*
5+
yarn-error.log*
6+
npm-debug.log*
7+
8+
# System Files
29
.DS_Store
10+
.DS_Store?
11+
._*
12+
.Spotlight-V100
13+
.Trashes
14+
ehthumbs.db
15+
Thumbs.db
16+
17+
# VitePress
318
.vitepress/cache
419
.vitepress/dist
5-
.vitepress/temp
20+
.vitepress/temp
21+
22+
# Build outputs
23+
dist/
24+
build/
25+
out/
26+
27+
# Environment variables
28+
.env
29+
.env.local
30+
.env.development.local
31+
.env.test.local
32+
.env.production.local
33+
34+
# Editor directories and files
35+
.vscode/
36+
.idea/
37+
*.swp
38+
*.swo
39+
*~
40+
41+
# Logs
42+
logs
43+
*.log
44+
45+
# Runtime data
46+
pids
47+
*.pid
48+
*.seed
49+
*.pid.lock
50+
51+
# Coverage directory used by tools like istanbul
52+
coverage/
53+
*.lcov
54+
55+
# Temporary folders
56+
tmp/
57+
temp/
58+
.tmp/
59+
.temp/
60+
61+
# OS generated files
62+
.DocumentRevisions-V100
63+
.fseventsd
64+
.TemporaryItems
65+
.VolumeIcon.icns
66+
.com.apple.timemachine.donotpresent

0 commit comments

Comments
 (0)