ignores add, fix

This commit is contained in:
matthieu42morin 2024-03-16 03:53:01 +01:00
parent 0c51ec1dc0
commit 9f7f89461e
4 changed files with 96 additions and 2 deletions

19
.dockerignore Normal file
View File

@ -0,0 +1,19 @@
Dockerfile
.dockerignore
.git
.gitignore
.gitattributes
README.md
.npmrc
.prettierrc
.eslintrc.cjs
.graphqlrc
.editorconfig
.svelte-kit
.vscode
node_modules
build
package
**/.env
**/dist
*.local

View File

@ -6,7 +6,7 @@ node_modules
.env
.env.*
!.env.example
*.local
# Ignore files for PNPM, NPM and YARN
pnpm-lock.yaml
package-lock.json

75
.gitignore vendored
View File

@ -1,10 +1,85 @@
+ .turbo
+ build/**
+ dist/**
dist
dist-ssr
.DS_Store
node_modules
/build
/.svelte-kit
/package
/lambda/
# Sentry Config File
.sentryclirc
.env
.env.*
!.env.example
*.local
vite.config.js.timestamp-*
vite.config.ts.timestamp-*
.vercel
.output
.netlify
cypress/screenshots
cypress/videos
.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
/test-results/
/playwright-report/
/playwright/.cache/
/test-results/
/playwright-report/
/playwright/.cache/
/test-results/
/playwright-report/
/playwright/.cache/
/test-results/
/playwright-report/
/playwright/.cache/
/test-results/
/playwright-report/
/blob-report/
/playwright/.cache/
/test-results/
/playwright-report/
/blob-report/
/playwright/.cache/

View File

@ -6,7 +6,7 @@ node_modules
.env
.env.*
!.env.example
*.local
# Ignore files for PNPM, NPM and YARN
pnpm-lock.yaml
package-lock.json