.gitignore 194 B

1234567891011121314151617
  1. .DS_Store
  2. .happypack
  3. dist
  4. *.log
  5. node_modules
  6. private/cypress/config.js
  7. .env
  8. .not-first-launch
  9. # yarn v3
  10. .pnp.*
  11. .yarn/*
  12. !.yarn/patches
  13. !.yarn/plugins
  14. !.yarn/releases
  15. !.yarn/sdks
  16. !.yarn/versions