You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.

.gitignore 1.2KB

1234567891011121314151617181920212223242526272829303132333435363738394041424344454647484950515253545556575859606162636465666768697071727374757677787980818283848586878889909192
  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. .DS_Store
  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. # node-waf configuration
  24. .lock-wscript
  25. # Compiled binary addons (https://nodejs.org/api/addons.html)
  26. build/Release
  27. # Dependency directories
  28. node_modules/
  29. jspm_packages/
  30. # TypeScript v1 declaration files
  31. typings/
  32. # TypeScript cache
  33. *.tsbuildinfo
  34. # Optional npm cache directory
  35. .npm
  36. # Optional eslint cache
  37. .eslintcache
  38. # Optional REPL history
  39. .node_repl_history
  40. # Output of 'npm pack'
  41. *.tgz
  42. # Yarn Integrity file
  43. .yarn-integrity
  44. # dotenv environment variables file
  45. .env
  46. .env.test
  47. # parcel-bundler cache (https://parceljs.org/)
  48. .cache
  49. # next.js build output
  50. .next
  51. # nuxt.js build output
  52. .nuxt
  53. # vuepress build output
  54. .vuepress/dist
  55. # Serverless directories
  56. .serverless/
  57. # FuseBox cache
  58. .fusebox/
  59. # DynamoDB Local files
  60. .dynamodb/
  61. # Webpack
  62. .webpack/
  63. # Vite
  64. .vite/
  65. # Electron-Forge
  66. out/