You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.

27 lines
288 B

  1. # Node.js
  2. node_modules/
  3. # Next.js build output
  4. /.next/
  5. # .env files (contains sensitive information)
  6. .env.local
  7. .env.development
  8. .env.test
  9. .env.production
  10. # TypeScript build output
  11. /build/
  12. # Editor-specific files
  13. .vscode/
  14. .idea/
  15. # Logs
  16. *.log
  17. # Mac OS
  18. .DS_Store
  19. # Windows
  20. Thumbs.db