This commit is contained in:
wucongxing8150 2025-04-15 10:25:25 +08:00
parent 96804dc3c6
commit 2834ba8437

54
.gitignore vendored
View File

@ -1,11 +1,49 @@
# ---> Vue
# gitignore template for Vue.js projects
#
# Recommended template: Node.gitignore
# See https://help.github.com/articles/ignoring-files/ for more about ignoring files.
# TODO: where does this rule come from?
docs/_book
# dependencies
/node_modules
/.pnp
.pnp.js
# TODO: where does this rule come from?
test/
# testing
/coverage
# next.js
/.next/
/out/
# production
/build
# misc
.DS_Store
*.pem
# debug
npm-debug.log*
yarn-debug.log*
yarn-error.log*
# local env files
.env.local
.env.development.local
.env.test.local
.env.production.local
# vercel
.vercel
# typescript
*.tsbuildinfo
# eslint
.eslintcache
# stylelint
.stylelintcache
dist
dist-ssr
*.local
/dist*