.gitignore 308 B

123456789101112131415161718192021222324252627282930313233
  1. # Node.js
  2. node_modules/
  3. # Logs
  4. logs
  5. *.log
  6. npm-debug.log*
  7. # Dependency directories
  8. pids
  9. logs
  10. *.pid
  11. *.seed
  12. *.pid.lock
  13. # Optional npm cache directory
  14. .npm
  15. # Optional eslint cache
  16. .eslintcache
  17. # Optional REPL history
  18. .node_repl_history
  19. # Environment variables
  20. *.env
  21. # SQL files
  22. sql/
  23. # Testing
  24. coverage/