.gitignore 1.5 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899
  1. # Created by .ignore support plugin (hsz.mobi)
  2. ### Node template
  3. # ---> Node
  4. # Logs
  5. logs
  6. *.log
  7. npm-debug.log*
  8. yarn-debug.log*
  9. yarn-error.log*
  10. # Runtime data
  11. pids
  12. *.pid
  13. *.seed
  14. *.pid.lock
  15. # Directory for instrumented libs generated by jscoverage/JSCover
  16. lib-cov
  17. # Coverage directory used by tools like istanbul
  18. coverage
  19. # nyc test coverage
  20. .nyc_output
  21. # Grunt intermediate storage (http://gruntjs.com/creating-plugins#storing-task-files)
  22. .grunt
  23. # Bower dependency directory (https://bower.io/)
  24. bower_components
  25. # node-waf configuration
  26. .lock-wscript
  27. # Compiled binary addons (https://nodejs.org/api/addons.html)
  28. build/Release
  29. # Dependency directories
  30. node_modules/
  31. jspm_packages/
  32. plugins/
  33. # TypeScript v1 declaration files
  34. typings/
  35. # Optional npm cache directory
  36. .npm
  37. # Optional eslint cache
  38. .eslintcache
  39. # Optional REPL history
  40. .node_repl_history
  41. # Output of 'npm pack'
  42. *.tgz
  43. # Yarn Integrity file
  44. .yarn-integrity
  45. # dotenv environment variables file
  46. .env
  47. # parcel-bundler cache (https://parceljs.org/)
  48. .cache
  49. # next.js build output
  50. .next
  51. # nuxt.js build output
  52. .nuxt
  53. # Nuxt generate
  54. dist
  55. # vuepress build output
  56. .vuepress/dist
  57. # Serverless directories
  58. .serverless
  59. # IDE
  60. .idea
  61. # Service worker
  62. sw.*
  63. # Grunt intermediate storage (http://gruntjs.com/creating-plugins#storing-task-files)
  64. .grunt
  65. # node-waf configuration
  66. .lock-wscript
  67. # Compiled binary addons (http://nodejs.org/api/addons.html)
  68. build/Release
  69. # Dependency directory
  70. # https://docs.npmjs.com/misc/faq#should-i-check-my-node-modules-folder-into-git
  71. node_modules
  72. .DS_Store