gitignore more

This commit is contained in:
Matthieu Morin 2024-06-01 14:36:33 +02:00
parent d949727b38
commit 4bbbf68f64
1 changed files with 80 additions and 5 deletions

85
.gitignore vendored
View File

@ -9,6 +9,21 @@
node_modules node_modules
/package /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 # Sentry Config File
.sentryclirc .sentryclirc
@ -27,6 +42,24 @@ vite.config.js.timestamp-*
vite.config.ts.timestamp-* vite.config.ts.timestamp-*
__unconfig_vite.config.js __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 # serverless
/lambda /lambda
@ -43,6 +76,25 @@ __unconfig_vite.config.js
#internalization #internalization
/src/i18n/i18n-* /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
cypress/screenshots cypress/screenshots
cypress/videos cypress/videos
@ -53,20 +105,43 @@ cypress/videos
/playwright/.cache/ /playwright/.cache/
/blob-report/ /blob-report/
.idea .idea
.stars-cache .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
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
logs logs
*.log *.log
npm-debug.log* npm-debug.log*
yarn-debug.log*
yarn-error.log*
pnpm-debug.log* pnpm-debug.log*
lerna-debug.log* lerna-debug.log*