.gitignore 2.1 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141142143144145146147148149150151152153154155156157158159160161162163164165166
  1. # Logs
  2. logs
  3. *.log
  4. npm-debug.log*
  5. yarn-debug.log*
  6. yarn-error.log*
  7. pnpm-debug.log*
  8. lerna-debug.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. *.lcov
  19. # nyc test coverage
  20. .nyc_output
  21. # Grunt intermediate storage (https://gruntjs.com/creating-plugins#storing-task-files)
  22. .grunt
  23. # Bower dependency directory (https://bower.io/)
  24. bower_components
  25. # node_modules
  26. node_modules/
  27. npm-debug.log*
  28. yarn-debug.log*
  29. yarn-error.log*
  30. # Optional npm cache directory
  31. .npm
  32. # Optional eslint cache
  33. .eslintcache
  34. # Microbundle cache
  35. .rpt2_cache/
  36. .rts2_cache_cjs/
  37. .rts2_cache_es/
  38. .rts2_cache_umd/
  39. # Optional REPL history
  40. .node_repl_history
  41. # Output of 'npm pack'
  42. *.tgz
  43. # Yarn Integrity file
  44. .yarn-integrity
  45. # dotenv environment variables file
  46. .env
  47. .env.test
  48. .env.production
  49. .env.local
  50. .env.development.local
  51. .env.test.local
  52. .env.production.local
  53. # parcel-bundler cache (https://parceljs.org/)
  54. .cache
  55. .parcel-cache
  56. # Next.js build output
  57. .next
  58. # Nuxt.js build / generate output
  59. .nuxt
  60. dist
  61. # Gatsby files
  62. .cache/
  63. public
  64. # Vuepress build output
  65. .vuepress/dist
  66. # Serverless directories
  67. .serverless/
  68. # FuseBox cache
  69. .fusebox/
  70. # DynamoDB Local files
  71. .dynamodb/
  72. # TernJS port file
  73. .tern-port
  74. # Vue.js specific
  75. dist/
  76. *.local
  77. # Local env files
  78. .env*.local
  79. # Editor directories and files
  80. .vscode/
  81. !.vscode/extensions.json
  82. .idea
  83. *.suo
  84. *.ntvs*
  85. *.njsproj
  86. *.sln
  87. *.sw?
  88. # OS generated files
  89. .DS_Store
  90. .DS_Store?
  91. ._*
  92. .Spotlight-V100
  93. .Trashes
  94. ehthumbs.db
  95. Thumbs.db
  96. # Temporary folders
  97. tmp/
  98. temp/
  99. # Build files
  100. build/
  101. dist/
  102. # Test coverage
  103. coverage/
  104. # Jest
  105. /coverage/
  106. # ESLint cache
  107. .eslintcache
  108. # Prettier cache
  109. .prettiercache
  110. # Stylelint cache
  111. .stylelintcache
  112. # Package lock files (choose one based on your package manager)
  113. # Uncomment the one you don't use
  114. # package-lock.json
  115. # yarn.lock
  116. # pnpm-lock.yaml
  117. # Webpack Bundle Analyzer
  118. bundlesize.json
  119. # Local development
  120. *.local
  121. # Mock server
  122. mock/
  123. # Workspace files
  124. *.code-workspace
  125. # License files (if auto-generated)
  126. # LICENSE