huangyinfeng
4 天以前 db42d08c39ae6129e2b95cd24c0d57c6769282e5
提交 | 用户 | age
2f6253 1 node_modules
2 .DS_Store
3 dist
4 .cache
ba2415 5 .turbo
7e566b 6 .vscode
afbcf0 7
c4b22a 8 tests/server/static
V 9 tests/server/static/upload
bd6b20 10
afbcf0 11 .local
V 12 # local env files
13 .env.local
14 .env.*.local
f6fe1d 15 .eslintcache
afbcf0 16
V 17 # Log files
18 npm-debug.log*
19 yarn-debug.log*
20 yarn-error.log*
21 pnpm-debug.log*
22
23 # Editor directories and files
24 .idea
25 # .vscode
26 *.suo
27 *.ntvs*
28 *.njsproj
29 *.sln
30 *.sw?
19dc88 31
J 32 package-lock.json
33 pnpm-lock.yaml
34
7e4312 35 .history