my universal gitignore

This commit is contained in:
Matthieu Morin 2024-05-31 20:10:04 +02:00
parent 5a0103690e
commit 98cfb26cf4
1 changed files with 87 additions and 8 deletions

95
.gitignore vendored
View File

@ -1,11 +1,90 @@
# ---> Vue /.svelte-kit
# gitignore template for Vue.js projects .turbo
# /build
# Recommended template: Node.gitignore /dist
/dist-ssr
# TODO: where does this rule come from? # modules
docs/_book .DS_Store
node_modules
/package
# TODO: where does this rule come from? # Sentry Config File
test/ .sentryclirc
#ENV vars
.env
.env.*
!.env.example
*.local
# Husky
.husky
.tool-versions
# vite
vite.config.js.timestamp-*
vite.config.ts.timestamp-*
__unconfig_vite.config.js
# serverless
/lambda
# Local Vercel
.vercel
.vercel_build_ouput
# TODO: Output
.output
# Local Netlify folder
.netlify
#internalization
/src/i18n/i18n-*
#cypress
cypress/screenshots
cypress/videos
# Playwright
/test-results/
/playwright-report/
/playwright/.cache/
/blob-report/
.idea
.stars-cache
# pm
.yarn
yarn-error.log
yarn.lock
pnpm-lock.yaml
# Logs
logs
*.log
npm-debug.log*
yarn-debug.log*
yarn-error.log*
pnpm-debug.log*
lerna-debug.log*
# Editor directories and files
!.vscode/extensions.json
.vscode/*
.editorconfig
.idea
*.suo
*.ntvs*
*.njsproj
*.sln
*.sw?
*.flock
*.tmp
# php
public/api/vendor