.gitignore 250 B

1234567891011121314151617181920212223242526
  1. # MacOS
  2. .DS_Store
  3. # Install and build
  4. dist
  5. *.log
  6. node_modules
  7. .env
  8. .not-first-launch
  9. # Cypress
  10. cypress/screenshots
  11. cypress/videos
  12. # yarn
  13. .pnp.*
  14. .yarn/*
  15. !.yarn/patches
  16. !.yarn/plugins
  17. !.yarn/releases
  18. !.yarn/sdks
  19. !.yarn/versions
  20. # testing
  21. coverage