.gitignore 408 B

123456789101112131415161718192021222324252627282930313233343536373839404142
  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/