Files
yunzhupaas-web-vue3/.gitignore
wangmingwei 7f9e424a5c 初始代码
2026-04-21 17:48:26 +08:00

31 lines
315 B
Plaintext

node_modules
.DS_Store
dist
.cache
tests/server/static
tests/server/static/upload
.local
# local env files
.env.local
.env.*.local
.eslintcache
# Log files
npm-debug.log*
yarn-debug.log*
yarn-error.log*
pnpm-debug.log*
# Editor directories and files
.idea
# .vscode
*.suo
*.ntvs*
*.njsproj
*.sln
*.sw?
.vscode