.gitignore 2.1 KB

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