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*