File tree Expand file tree Collapse file tree 1 file changed +62
-1
lines changed
Expand file tree Collapse file tree 1 file changed +62
-1
lines changed Original file line number Diff line number Diff line change 1+ # Dependencies
12node_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
You can’t perform that action at this time.
0 commit comments