.next/
node_modules/
out/
dist/
*.min.js
*.min.css
package-lock.json

# Generated by TanStack Router on every build, including when vitest loads the
# vite config. Its own header says to exclude it from the formatter, and it
# means it: the generator writes its native quote and semicolon style no matter
# what Prettier would prefer, so formatting this file only guarantees the next
# build undoes it. Pinning the generator's style options instead was tried and
# is not enough, because the regeneration that runs under vitest still emits
# native style. Committing the generator's own output is what keeps `git status`
# clean after a build.
src/routeTree.gen.ts
