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