updated .gitignore
This commit is contained in:
parent
1b6095979b
commit
c3582feae8
34
.gitignore
vendored
34
.gitignore
vendored
@ -5,15 +5,23 @@ node_modules/
|
|||||||
/node_modules
|
/node_modules
|
||||||
/.pnp
|
/.pnp
|
||||||
.pnp.js
|
.pnp.js
|
||||||
|
.yarn/install-state.gz
|
||||||
|
|
||||||
# testing
|
# testing
|
||||||
/coverage
|
/coverage
|
||||||
|
coverage/
|
||||||
|
.nyc_output/
|
||||||
|
|
||||||
# next.js
|
# next.js
|
||||||
/.next/
|
/.next/
|
||||||
/out/
|
/out/
|
||||||
.next/
|
.next/
|
||||||
|
next-env.d.ts
|
||||||
|
*.tsbuildinfo
|
||||||
|
|
||||||
|
# vercel
|
||||||
.vercel/
|
.vercel/
|
||||||
|
.vercel
|
||||||
|
|
||||||
# production
|
# production
|
||||||
/build
|
/build
|
||||||
@ -40,13 +48,9 @@ lerna-debug.log*
|
|||||||
.env.development.local
|
.env.development.local
|
||||||
.env.test.local
|
.env.test.local
|
||||||
.env.production.local
|
.env.production.local
|
||||||
|
.env.production
|
||||||
# vercel
|
|
||||||
.vercel
|
|
||||||
|
|
||||||
# typescript
|
# typescript
|
||||||
*.tsbuildinfo
|
|
||||||
next-env.d.ts
|
|
||||||
*.log
|
*.log
|
||||||
|
|
||||||
# IDEs
|
# IDEs
|
||||||
@ -88,18 +92,21 @@ backups/
|
|||||||
*.sql.bak
|
*.sql.bak
|
||||||
*.db-backup
|
*.db-backup
|
||||||
|
|
||||||
# wrangler local state (do not commit)
|
# wrangler/cloudflare local state (do not commit)
|
||||||
.wrangler/
|
.wrangler/
|
||||||
.dev.vars
|
.dev.vars
|
||||||
|
.mf/
|
||||||
|
|
||||||
# opennext build files
|
# opennext build files
|
||||||
.open-next/
|
.open-next/
|
||||||
.open next/
|
.open next/
|
||||||
|
.vercel/output/
|
||||||
|
|
||||||
# Cache directories
|
# Cache directories
|
||||||
.cache/
|
.cache/
|
||||||
.parcel-cache/
|
.parcel-cache/
|
||||||
.turbo/
|
.turbo/
|
||||||
|
.swc/
|
||||||
|
|
||||||
# Lock files (keep only one)
|
# Lock files (keep only one)
|
||||||
# Uncomment the ones you don't use
|
# Uncomment the ones you don't use
|
||||||
@ -107,9 +114,8 @@ backups/
|
|||||||
# yarn.lock
|
# yarn.lock
|
||||||
# pnpm-lock.yaml
|
# pnpm-lock.yaml
|
||||||
|
|
||||||
# Test coverage
|
# Vitest
|
||||||
coverage/
|
.vitest/
|
||||||
.nyc_output/
|
|
||||||
|
|
||||||
# Logs
|
# Logs
|
||||||
logs/
|
logs/
|
||||||
@ -132,3 +138,13 @@ pids/
|
|||||||
|
|
||||||
# Sentry
|
# Sentry
|
||||||
.sentryclirc
|
.sentryclirc
|
||||||
|
|
||||||
|
# React Query
|
||||||
|
.react-query/
|
||||||
|
|
||||||
|
# Supabase
|
||||||
|
.supabase/
|
||||||
|
supabase/.temp/
|
||||||
|
|
||||||
|
# Tanstack Query Devtools
|
||||||
|
.tanstack/
|
||||||
|
|||||||
Loading…
x
Reference in New Issue
Block a user