diff --git a/.gitignore b/.gitignore index 553420d..0fb61e3 100644 --- a/.gitignore +++ b/.gitignore @@ -9,6 +9,21 @@ node_modules /package +# Snowpack dependency directory (https://snowpack.dev/) +web_modules/ + +# Compiled code +lib/ + +# Gatsby files +.cache/ +# Comment in the public line in if your project uses Gatsby and not Next.js +# https://nextjs.org/blog/next-9-1#public-directory-support +# public + +# TypeScript cache +*.tsbuildinfo + # Sentry Config File .sentryclirc @@ -27,6 +42,24 @@ vite.config.js.timestamp-* vite.config.ts.timestamp-* __unconfig_vite.config.js +# vuepress build output +.vuepress/dist + +# Serverless directories +.serverless/ + +# FuseBox cache +.fusebox/ + +# DynamoDB Local files +.dynamodb/ + +# TernJS port file +.tern-port + +# Stores VSCode versions used for testing VSCode extensions +.vscode-test + # serverless /lambda @@ -43,6 +76,25 @@ __unconfig_vite.config.js #internalization /src/i18n/i18n-* +# Diagnostic reports (https://nodejs.org/api/report.html) +report.[0-9]*.[0-9]*.[0-9]*.[0-9]*.json + +# Runtime data +pids +*.pid +*.seed +*.pid.lock + +# Directory for instrumented libs generated by jscoverage/JSCover +lib-cov + +# Coverage directory used by tools like istanbul +coverage +*.lcov + +# nyc test coverage +.nyc_output + #cypress cypress/screenshots cypress/videos @@ -53,20 +105,43 @@ cypress/videos /playwright/.cache/ /blob-report/ - .idea .stars-cache -# pm +# Optional eslint cache +.eslintcache + +# Microbundle cache +.rpt2_cache/ +.rts2_cache_cjs/ +.rts2_cache_es/ +.rts2_cache_umd/ + +# Optional REPL history +.node_repl_history + +# Output of 'npm pack' +*.tgz + +# pms .yarn -yarn-error.log +.yarn/cache +.yarn/unplugged +.yarn/build-state.yml +.yarn/install-state.gz +.pnp.* +yarn-debug.log* +yarn-error.log* +# Yarn Integrity file +.yarn-integrity + +# Optional npm cache directory +.npm # Logs logs *.log npm-debug.log* -yarn-debug.log* -yarn-error.log* pnpm-debug.log* lerna-debug.log*