.gitignore 229 B

12345678910111213141516171819202122
  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