18 lines
198 B
Text
18 lines
198 B
Text
# dependencies
|
|
node_modules/
|
|
|
|
# build output
|
|
.output/
|
|
.vinxi/
|
|
dist/
|
|
|
|
# generated by TanStack Router plugin
|
|
frontend/src/routeTree.gen.ts
|
|
|
|
# env / secrets
|
|
.env
|
|
*.local
|
|
|
|
# logs & misc
|
|
*.log
|
|
.DS_Store
|