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 190B

123456789101112131415161718
  1. node_modules/
  2. build/
  3. lib/
  4. dist/
  5. docs/
  6. .idea/*
  7. .DS_Store
  8. coverage
  9. *.log
  10. .vercel
  11. .next
  12. apps/www/public/workbox-*
  13. apps/www/public/worker-*
  14. apps/www/public/sw.js
  15. apps/www/public/sw.js.map
  16. .env