.gitignore 1.1 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100
  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. # Node modules
  10. node_modules/
  11. .pnpm-store/
  12. # Build output
  13. dist/
  14. dist-ssr/
  15. build/
  16. # Environment files
  17. .env
  18. .env.local
  19. .env.development.local
  20. .env.test.local
  21. .env.production.local
  22. # Editor directories and files
  23. .vscode/*
  24. !.vscode/extensions.json
  25. .idea/
  26. .DS_Store
  27. *.suo
  28. *.ntvs*
  29. *.njsproj
  30. *.sln
  31. *.sw?
  32. # Cache
  33. .cache/
  34. .temp/
  35. .tmp/
  36. # OS
  37. Thumbs.db
  38. .DS_Store
  39. # IDE
  40. .vscode/
  41. .idea/
  42. *.swp
  43. *.swo
  44. # Testing
  45. coverage/
  46. .nyc_output/
  47. # Runtime data
  48. pids
  49. *.pid
  50. *.seed
  51. *.pid.lock
  52. # Dependency directories
  53. jspm_packages/
  54. # TypeScript cache
  55. *.tsbuildinfo
  56. # Optional npm cache directory
  57. .npm
  58. # Optional eslint cache
  59. .eslintcache
  60. # Optional stylelint cache
  61. .stylelintcache
  62. # Microbundle cache
  63. .rpt2_cache/
  64. .rts2_cache_cjs/
  65. .rts2_cache_es/
  66. .rts2_cache_umd/
  67. # Optional REPL history
  68. .node_repl_history
  69. # Output of 'npm pack'
  70. *.tgz
  71. # Yarn Integrity file
  72. .yarn-integrity
  73. # Stores VSCode versions used for testing VSCode extensions
  74. .vscode-test
  75. # Webpack
  76. .webpack/
  77. .webpack_cache/
  78. package-lock.json