.gitignore 910 B

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172
  1. # # Logs
  2. # logs
  3. # *.log
  4. # npm-debug.log*
  5. # yarn-debug.log*
  6. # yarn-error.log*
  7. # # system files
  8. # .DS_Store
  9. # .idea
  10. # # Runtime data
  11. # pids
  12. # *.pid
  13. # *.seed
  14. # *.pid.lock
  15. # # Dependency directories
  16. # node_modules/
  17. # # Optional npm cache directory
  18. # .npm
  19. # .nvmrc
  20. # # Optional REPL history
  21. # .node_repl_history
  22. # # Output of 'npm pack'
  23. # *.tgz
  24. # # Yarn Integrity file
  25. # .yarn-integrity
  26. # # dotenv environment variables file
  27. # .env
  28. # .env.local
  29. # # parcel-bundler cache (https://parceljs.org/)
  30. # .cache
  31. # # next.js build output
  32. # .next
  33. # out
  34. # .now
  35. # build/
  36. # storybook-static/
  37. # package-lock.json
  38. # coverage
  39. # .jest-test-results.json
  40. # .vercel
  41. # # Service Worker Artifacts
  42. # public/workbox-*.js
  43. # public/workbox-*.js.map
  44. # public/sw.js
  45. # public/sw.js.map
  46. # # sitemap files
  47. # public/sitemap*
  48. # public/robots.txt
  49. # # playwright
  50. # test-results/
  51. # playwright-report/
  52. # keys
  53. # # Sentry
  54. # .sentryclirc