1
0

.gitignore 294 B

123456789101112131415161718192021222324
  1. # See https://help.github.com/articles/ignoring-files/ for more about ignoring files.
  2. # dependencies
  3. /node_modules
  4. # next.js
  5. /.next/
  6. /out/
  7. # production
  8. /build
  9. # debug
  10. npm-debug.log*
  11. yarn-debug.log*
  12. yarn-error.log*
  13. .pnpm-debug.log*
  14. # vercel
  15. .vercel
  16. # typescript
  17. *.tsbuildinfo
  18. next-env.d.ts