blogpop/.gitignore

49 lines
567 B
Plaintext
Raw Normal View History

2025-01-15 02:09:43 -05:00
# See https://help.github.com/articles/ignoring-files/ for more about ignoring files.
2024-11-17 13:57:44 -05:00
2025-01-15 02:09:43 -05:00
# dependencies
/node_modules
/.pnp
.pnp.*
.yarn/*
!.yarn/patches
!.yarn/plugins
!.yarn/releases
!.yarn/versions
2024-11-17 13:57:44 -05:00
2025-01-15 02:09:43 -05:00
# testing
/coverage
2024-11-17 13:57:44 -05:00
2025-01-15 02:09:43 -05:00
# next.js
/.next/
/out/
2024-11-17 13:57:44 -05:00
2025-01-15 02:09:43 -05:00
# production
/build
2024-11-17 13:57:44 -05:00
2025-01-15 02:09:43 -05:00
# misc
.DS_Store
*.pem
2024-11-17 13:57:44 -05:00
2025-01-15 02:09:43 -05:00
# debug
npm-debug.log*
yarn-debug.log*
yarn-error.log*
.pnpm-debug.log*
2024-11-17 13:57:44 -05:00
2025-01-15 02:09:43 -05:00
# env files (can opt-in for committing if needed)
.env
2024-11-17 13:57:44 -05:00
2025-01-15 02:09:43 -05:00
# vercel
.vercel
2024-11-17 13:57:44 -05:00
2025-01-15 02:09:43 -05:00
# typescript
2024-11-17 13:57:44 -05:00
*.tsbuildinfo
2025-01-15 02:09:43 -05:00
next-env.d.ts
# bun
bun.lockb
# server
server/db.sqlite
server/package-lock.json
server/node_modules