.gitignore 1.6 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111
  1. # Logs
  2. logs
  3. *.log
  4. npm-debug.log*
  5. yarn-debug.log*
  6. yarn-error.log*
  7. lerna-debug.log*
  8. # Diagnostic reports (https://nodejs.org/api/report.html)
  9. report.[0-9]*.[0-9]*.[0-9]*.[0-9]*.json
  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. *.lcov
  20. # nyc test coverage
  21. .nyc_output
  22. # Grunt intermediate storage (https://gruntjs.com/creating-plugins#storing-task-files)
  23. .grunt
  24. # Bower dependency directory (https://bower.io/)
  25. bower_components
  26. # node-waf configuration
  27. .lock-wscript
  28. # Compiled binary addons (https://nodejs.org/api/addons.html)
  29. build/Release
  30. build
  31. # Dependency directories
  32. node_modules/
  33. jspm_packages/
  34. # TypeScript v1 declaration files
  35. typings/
  36. # TypeScript cache
  37. *.tsbuildinfo
  38. # Optional npm cache directory
  39. .npm
  40. # Optional eslint cache
  41. .eslintcache
  42. # Microbundle cache
  43. .rpt2_cache/
  44. .rts2_cache_cjs/
  45. .rts2_cache_es/
  46. .rts2_cache_umd/
  47. # Optional REPL history
  48. .node_repl_history
  49. # Output of 'npm pack'
  50. *.tgz
  51. # Yarn Integrity file
  52. .yarn-integrity
  53. # dotenv environment variables file
  54. # .env
  55. .env.test
  56. # parcel-bundler cache (https://parceljs.org/)
  57. .cache
  58. # Next.js build output
  59. .next
  60. # Nuxt.js build / generate output
  61. .nuxt
  62. dist
  63. # Gatsby files
  64. .cache/
  65. # Comment in the public line in if your project uses Gatsby and *not* Next.js
  66. # https://nextjs.org/blog/next-9-1#public-directory-support
  67. # public
  68. # vuepress build output
  69. .vuepress/dist
  70. # Serverless directories
  71. .serverless/
  72. # FuseBox cache
  73. .fusebox/
  74. # DynamoDB Local files
  75. .dynamodb/
  76. # TernJS port file
  77. .tern-port
  78. # wincompare file
  79. .bak
  80. # rollup-plugin-visualizer
  81. stats.html