.gitignore 2.0 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141142143144145146147148149150151152153154155156157158159160161162163164165166167
  1. # Logs
  2. logs
  3. _.log
  4. npm-debug.log_
  5. yarn-debug.log*
  6. yarn-error.log*
  7. lerna-debug.log*
  8. .pnpm-debug.log*
  9. # Diagnostic reports (https://nodejs.org/api/report.html)
  10. report.[0-9]_.[0-9]_.[0-9]_.[0-9]_.json
  11. # Runtime data
  12. pids
  13. _.pid
  14. _.seed
  15. \*.pid.lock
  16. # Directory for instrumented libs generated by jscoverage/JSCover
  17. lib-cov
  18. # Coverage directory used by tools like istanbul
  19. coverage
  20. \*.lcov
  21. # nyc test coverage
  22. .nyc_output
  23. # Grunt intermediate storage (https://gruntjs.com/creating-plugins#storing-task-files)
  24. .grunt
  25. # Bower dependency directory (https://bower.io/)
  26. bower_components
  27. # node-waf configuration
  28. .lock-wscript
  29. # Compiled binary addons (https://nodejs.org/api/addons.html)
  30. build/Release
  31. # Dependency directories
  32. node_modules/
  33. jspm_packages/
  34. # Snowpack dependency directory (https://snowpack.dev/)
  35. web_modules/
  36. # TypeScript cache
  37. \*.tsbuildinfo
  38. # Optional npm cache directory
  39. .npm
  40. # Optional eslint cache
  41. .eslintcache
  42. # Optional stylelint cache
  43. .stylelintcache
  44. # Microbundle cache
  45. .rpt2_cache/
  46. .rts2_cache_cjs/
  47. .rts2_cache_es/
  48. .rts2_cache_umd/
  49. # Optional REPL history
  50. .node_repl_history
  51. # Output of 'npm pack'
  52. \*.tgz
  53. # Yarn Integrity file
  54. .yarn-integrity
  55. # parcel-bundler cache (https://parceljs.org/)
  56. .cache
  57. .parcel-cache
  58. # Next.js build output
  59. .next
  60. out
  61. # Nuxt.js build / generate output
  62. .nuxt
  63. dist
  64. # Gatsby files
  65. .cache/
  66. # Comment in the public line in if your project uses Gatsby and not Next.js
  67. # https://nextjs.org/blog/next-9-1#public-directory-support
  68. # public
  69. # vuepress build output
  70. .vuepress/dist
  71. # vuepress v2.x temp and cache directory
  72. .temp
  73. .cache
  74. # Docusaurus cache and generated files
  75. .docusaurus
  76. # Serverless directories
  77. .serverless/
  78. # FuseBox cache
  79. .fusebox/
  80. # DynamoDB Local files
  81. .dynamodb/
  82. # TernJS port file
  83. .tern-port
  84. # Stores VSCode versions used for testing VSCode extensions
  85. .vscode-test
  86. # yarn v2
  87. .yarn/cache
  88. .yarn/unplugged
  89. .yarn/build-state.yml
  90. .yarn/install-state.gz
  91. .pnp.\*
  92. # wrangler project
  93. .dev.vars*
  94. !.dev.vars.example
  95. .env*
  96. !.env.example
  97. .wrangler/