.gitignore 1016 B

12345678910111213141516171819202122232425262728293031323334353637383940414243444546474849505152535455565758596061626364656667686970
  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. # Directory for instrumented libs generated by jscoverage/JSCover
  13. lib-cov
  14. # Coverage directory used by tools like istanbul
  15. coverage
  16. # nyc test coverage
  17. .nyc_output
  18. # Grunt intermediate storage (http://gruntjs.com/creating-plugins#storing-task-files)
  19. .grunt
  20. # Bower dependency directory (https://bower.io/)
  21. bower_components
  22. # node-waf configuration
  23. .lock-wscript
  24. # Compiled binary addons (http://nodejs.org/api/addons.html)
  25. build/Release
  26. # Dependency directories
  27. node_modules/
  28. jspm_packages/
  29. app/node_modules/
  30. # Typescript v1 declaration files
  31. typings/
  32. # Optional npm cache directory
  33. .npm
  34. # Optional eslint cache
  35. .eslintcache
  36. # Optional REPL history
  37. .node_repl_history
  38. # Output of 'npm pack'
  39. *.tgz
  40. # Yarn Integrity file
  41. .yarn-integrity
  42. # dotenv environment variables file
  43. .env
  44. dist
  45. #
  46. app/authCredentials.js
  47. .DS_Store
  48. */.DS_Store
  49. /package-lock.json
  50. */package-lock.json
  51. /yarn.lock
  52. */yarn.lock