.gitignore 1.2 KB

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