.gitignore 1.1 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566
  1. # Logs
  2. logs
  3. *.log
  4. npm-debug.log*
  5. yarn-debug.log*
  6. yarn-error.log*
  7. firebase-debug.log*
  8. firebase-debug.*.log*
  9. # Firebase cache
  10. .firebase/
  11. # Firebase config
  12. # Uncomment this if you'd like others to create their own Firebase project.
  13. # For a team working on the same Firebase project(s), it is recommended to leave
  14. # it commented so all members can deploy to the same project(s) in .firebaserc.
  15. # .firebaserc
  16. # Runtime data
  17. pids
  18. *.pid
  19. *.seed
  20. *.pid.lock
  21. # Directory for instrumented libs generated by jscoverage/JSCover
  22. lib-cov
  23. # Coverage directory used by tools like istanbul
  24. coverage
  25. # nyc test coverage
  26. .nyc_output
  27. # Grunt intermediate storage (http://gruntjs.com/creating-plugins#storing-task-files)
  28. .grunt
  29. # Bower dependency directory (https://bower.io/)
  30. bower_components
  31. # node-waf configuration
  32. .lock-wscript
  33. # Compiled binary addons (http://nodejs.org/api/addons.html)
  34. build/Release
  35. # Dependency directories
  36. node_modules/
  37. # Optional npm cache directory
  38. .npm
  39. # Optional eslint cache
  40. .eslintcache
  41. # Optional REPL history
  42. .node_repl_history
  43. # Output of 'npm pack'
  44. *.tgz
  45. # Yarn Integrity file
  46. .yarn-integrity
  47. # dotenv environment variables file
  48. .env