Skip to content

Commit 3d20d30

Browse files
authored
docs: remove gitignore suggestion for generated route tree file (#6025)
docs: remove gitignore suggestion for generated routing files in start docs
1 parent 7d113ce commit 3d20d30

File tree

2 files changed

+0
-4
lines changed

2 files changed

+0
-4
lines changed

docs/start/framework/react/guide/routing.md

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -147,8 +147,6 @@ src/
147147

148148
This file is automatically generated when you run TanStack Start (via `npm run dev` or `npm run start`). This file contains the generated route tree and a handful of TS utilities that make TanStack Start's type-safety extremely fast and fully inferred.
149149

150-
**You may gitignore this file, since it is a build artifact.**
151-
152150
## Nested Routing
153151

154152
TanStack Router uses nested routing to match the URL with the correct component tree to render.

docs/start/framework/solid/guide/routing.md

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -143,8 +143,6 @@ src/
143143

144144
This file is automatically generated when you run TanStack Start (via `npm run dev` or `npm run start`). This file contains the generated route tree and a handful of TS utilities that make TanStack Start's type-safety extremely fast and fully inferred.
145145

146-
**You may gitignore this file, since it is a build artifact.**
147-
148146
## Nested Routing
149147

150148
TanStack Router uses nested routing to match the URL with the correct component tree to render.

0 commit comments

Comments
 (0)