.gitignore 418 B

12345678910111213141516171819202122232425262728293031323334353637383940414243
  1. # Logs
  2. logs
  3. *.log
  4. npm-debug.log*
  5. yarn-debug.log*
  6. yarn-error.log*
  7. # Runtime data
  8. pids
  9. *.pid
  10. *.seed
  11. *.pid.lock
  12. # Dependency directories
  13. node_modules/
  14. # Optional npm cache directory
  15. .npm
  16. # Optional eslint cache
  17. .eslintcache
  18. # Optional REPL history
  19. .node_repl_history
  20. # Yarn Integrity file
  21. .yarn-integrity
  22. # dotenv environment variables file
  23. .env
  24. # Misc
  25. .DS_Store
  26. Thumbs.db
  27. # Production build
  28. www/
  29. .*.sw[po]