.gitignore 1.2 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990
  1. # Created by .ignore support plugin (hsz.mobi)
  2. ### Node template
  3. # Logs
  4. .vscode
  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. # TypeScript v1 declaration files
  33. typings/
  34. # Optional npm cache directory
  35. .npm
  36. # Optional eslint cache
  37. .eslintcache
  38. # Optional REPL history
  39. .node_repl_history
  40. # Output of 'npm pack'
  41. *.tgz
  42. # Yarn Integrity file
  43. .yarn-integrity
  44. # dotenv environment variables file
  45. .env
  46. # parcel-bundler cache (https://parceljs.org/)
  47. .cache
  48. # next.js build output
  49. .next
  50. # nuxt.js build output
  51. .nuxt
  52. # Nuxt generate
  53. dist
  54. # vuepress build output
  55. .vuepress/dist
  56. # Serverless directories
  57. .serverless
  58. # IDE / Editor
  59. .idea
  60. .editorconfig
  61. # Service worker
  62. sw.*
  63. # Mac OSX
  64. .DS_Store