From 2834ba84374cc48f09c569ed1ff3285703f1e1d5 Mon Sep 17 00:00:00 2001 From: wucongxing8150 <815046773@qq.com> Date: Tue, 15 Apr 2025 10:25:25 +0800 Subject: [PATCH] 2 --- .gitignore | 54 ++++++++++++++++++++++++++++++++++++++++++++++-------- 1 file changed, 46 insertions(+), 8 deletions(-) diff --git a/.gitignore b/.gitignore index a19f004..7eefd01 100644 --- a/.gitignore +++ b/.gitignore @@ -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*