| node_modules/ | |
| # production | |
| build/ | |
| dist/ | |
| .cache/ | |
| .parcel-cache/ | |
| .next | |
| # testing | |
| /coverage | |
| # misc | |
| .DS_Store | |
| Thumbs.db | |
| ehthumbs.db | |
| .env | |
| .env.local | |
| .env.development.local | |
| .env.test.local | |
| .env.production.local | |
| *.tgz | |
| npm-debug.log* | |
| yarn-debug.log* | |
| yarn-error.log* | |
| Desktop.ini | |
| report.*.json | |
| .idea | |
| # | |
| # Changesets | |
| # | |
| **/CHANGELOG.md | |
| # | |
| # Yarn | |
| # | |
| .pnp.* | |
| .yarn/* | |
| !.yarn/patches | |
| !.yarn/plugins | |
| !.yarn/releases | |
| !.yarn/sdks | |
| !.yarn/versions | |
| # | |
| # dot files | |
| # | |
| .cache | |
| .vercel | |
| .output | |
| .turbo | |
| # | |
| # Remix | |
| # | |
| docs/public/build | |
| docs/api/* | |
| docs/vite.config.mts.timestamp-*.mjs | |