86133 | aaa3f5d | 2025-04-20 21:33:29 +0800 | [diff] [blame] | 1 | # See https://help.github.com/articles/ignoring-files/ for more about ignoring files. |
2 | |||||
3 | # dependencies | ||||
4 | **/node_modules | ||||
5 | # roadhog-api-doc ignore | ||||
6 | /src/utils/request-temp.js | ||||
7 | _roadhog-api-doc | ||||
8 | |||||
9 | # production | ||||
10 | /dist | ||||
11 | |||||
12 | # misc | ||||
13 | .DS_Store | ||||
14 | npm-debug.log* | ||||
15 | yarn-error.log | ||||
16 | |||||
17 | /coverage | ||||
18 | .idea | ||||
19 | yarn.lock | ||||
20 | package-lock.json | ||||
21 | *bak | ||||
22 | .vscode | ||||
23 | |||||
24 | |||||
25 | # visual studio code | ||||
26 | .history | ||||
27 | *.log | ||||
28 | functions/* | ||||
29 | .temp/** | ||||
30 | |||||
31 | # umi | ||||
32 | .umi | ||||
33 | .umi-production | ||||
34 | .umi-test | ||||
35 | |||||
36 | # screenshot | ||||
37 | screenshot | ||||
38 | .firebase | ||||
39 | .eslintcache | ||||
40 | |||||
41 | build | ||||
42 | |||||
43 | pnpm-lock.yaml |