skip files during routetree generation
Is there any way i can skip files inside the route folder during routetree generation ?
2 Replies
fair-rose•12mo ago
Have you looked at the options?
https://tanstack.com/router/latest/docs/framework/react/guide/file-based-routing#options
TanStack | High Quality Open-Source Software for Web Developers
Headless, type-safe, powerful utilities for complex workflows like Data Management, Data Visualization, Charts, Tables, and UI Components.

fair-rose•12mo ago
You can ignore files by default if you add “-“ as the prefix to the name
-logos.tsx for example.
If you want to override that behavior you can customize your options in the tsr.config.ts or app.config.ts if you use start