web/.gitignore

56 lines
610 B
Plaintext
Raw Permalink Normal View History

# See https://help.github.com/articles/ignoring-files/ for more about ignoring files.
2025-01-23 21:40:23 +00:00
# dependencies
/node_modules
/.pnp
.pnp.*
.yarn/*
!.yarn/patches
!.yarn/plugins
!.yarn/releases
!.yarn/versions
2025-01-23 21:40:23 +00:00
# testing
/coverage
2025-01-23 21:40:23 +00:00
# next.js
/.next/
/out/
2025-01-23 21:40:23 +00:00
# production
/build
2025-01-23 21:40:23 +00:00
# misc
.DS_Store
*.pem
2025-01-23 21:40:23 +00:00
# debug
npm-debug.log*
yarn-debug.log*
yarn-error.log*
.pnpm-debug.log*
2025-01-23 21:40:23 +00:00
# env files (can opt-in for committing if needed)
.env*
2025-01-23 21:40:23 +00:00
# vercel
.vercel
2025-01-23 21:40:23 +00:00
# typescript
2025-01-23 21:40:23 +00:00
*.tsbuildinfo
next-env.d.ts
2025-01-23 21:40:23 +00:00
# vs code
.vscode/
# idea
.idea/
# package-lock
package-lock.json
bun.lock
bun.lockb
# prisma
prisma/dev.db
prisma/migrations/