| 1234567891011121314151617181920212223242526 |
- # MacOS
- .DS_Store
- # Install and build
- dist
- *.log
- node_modules
- .env
- .not-first-launch
- # Cypress
- cypress/screenshots
- cypress/videos
- # yarn
- .pnp.*
- .yarn/*
- !.yarn/patches
- !.yarn/plugins
- !.yarn/releases
- !.yarn/sdks
- !.yarn/versions
- # testing
- coverage
|