.gitignore 2.2 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141142143144145146147148149150151152153154155156157158159160161162163164165166167168169170171172173174175176177
  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. # Caches
  11. .cache
  12. # Diagnostic reports (https://nodejs.org/api/report.html)
  13. report.[0-9]_.[0-9]_.[0-9]_.[0-9]_.json
  14. # Runtime data
  15. pids
  16. _.pid
  17. _.seed
  18. *.pid.lock
  19. # Directory for instrumented libs generated by jscoverage/JSCover
  20. lib-cov
  21. # Coverage directory used by tools like istanbul
  22. coverage
  23. *.lcov
  24. # nyc test coverage
  25. .nyc_output
  26. # Grunt intermediate storage (https://gruntjs.com/creating-plugins#storing-task-files)
  27. .grunt
  28. # Bower dependency directory (https://bower.io/)
  29. bower_components
  30. # node-waf configuration
  31. .lock-wscript
  32. # Compiled binary addons (https://nodejs.org/api/addons.html)
  33. build/Release
  34. # Dependency directories
  35. node_modules/
  36. jspm_packages/
  37. # Snowpack dependency directory (https://snowpack.dev/)
  38. web_modules/
  39. # TypeScript cache
  40. *.tsbuildinfo
  41. # Optional npm cache directory
  42. .npm
  43. # Optional eslint cache
  44. .eslintcache
  45. # Optional stylelint cache
  46. .stylelintcache
  47. # Microbundle cache
  48. .rpt2_cache/
  49. .rts2_cache_cjs/
  50. .rts2_cache_es/
  51. .rts2_cache_umd/
  52. # Optional REPL history
  53. .node_repl_history
  54. # Output of 'npm pack'
  55. *.tgz
  56. # Yarn Integrity file
  57. .yarn-integrity
  58. # dotenv environment variable files
  59. .env
  60. .env.development.local
  61. .env.test.local
  62. .env.production.local
  63. .env.local
  64. # parcel-bundler cache (https://parceljs.org/)
  65. .parcel-cache
  66. # Next.js build output
  67. .next
  68. out
  69. # Nuxt.js build / generate output
  70. .nuxt
  71. dist
  72. # Gatsby files
  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. # Docusaurus cache and generated files
  81. .docusaurus
  82. # Serverless directories
  83. .serverless/
  84. # FuseBox cache
  85. .fusebox/
  86. # DynamoDB Local files
  87. .dynamodb/
  88. # TernJS port file
  89. .tern-port
  90. # Stores VSCode versions used for testing VSCode extensions
  91. .vscode-test
  92. # yarn v2
  93. .yarn/cache
  94. .yarn/unplugged
  95. .yarn/build-state.yml
  96. .yarn/install-state.gz
  97. .pnp.*
  98. # IntelliJ based IDEs
  99. .idea
  100. # Finder (MacOS) folder config
  101. .DS_Store
  102. db