test-app-stack/.gitignore
mane a346cf3a5c Initial commit: ElysiaJS backend + TanStack Start frontend + Traefik compose
Co-Authored-By: Claude Opus 4.8 <noreply@anthropic.com>
2026-06-27 04:01:48 +00:00

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