蒋大力 | 498c156 | 2025-06-08 13:01:39 +0800 | [diff] [blame] | 1 | # Dependencies |
2 | node_modules/ | ||||
3 | */node_modules/ | ||||
4 | |||||
5 | # Build outputs | ||||
6 | dist/ | ||||
7 | build/ | ||||
8 | |||||
9 | # Environment files | ||||
10 | .env | ||||
11 | .env.local | ||||
12 | .env.development.local | ||||
13 | .env.test.local | ||||
14 | .env.production.local | ||||
15 | |||||
16 | # Logs | ||||
17 | npm-debug.log* | ||||
18 | yarn-debug.log* | ||||
19 | yarn-error.log* | ||||
20 | |||||
21 | # Runtime data | ||||
22 | pids | ||||
23 | *.pid | ||||
24 | *.seed | ||||
25 | *.pid.lock | ||||
26 | |||||
27 | # Coverage directory used by tools like istanbul | ||||
28 | coverage/ | ||||
29 | |||||
30 | # nyc test coverage | ||||
31 | .nyc_output | ||||
32 | |||||
33 | # Editor directories and files | ||||
34 | .vscode/ | ||||
35 | .idea/ | ||||
36 | *.swp | ||||
37 | *.swo | ||||
38 | *~ | ||||
39 | |||||
40 | # OS generated files | ||||
41 | .DS_Store | ||||
42 | .DS_Store? | ||||
43 | ._* | ||||
44 | .Spotlight-V100 | ||||
45 | .Trashes | ||||
46 | ehthumbs.db | ||||
47 | Thumbs.db |