Skip to content

Commit 71a8cd8

Browse files
fix: remove config package references from monorepo docs
- Update .cursorrules/monorepo.md to remove 'config' from shared packages list - Remove generated React Router type files that should not be committed - Add .react-router/ to .gitignore as per React Router v7 documentation These generated type files are fully managed by React Router and should be gitignored according to the official documentation.
1 parent 6a1132a commit 71a8cd8

File tree

7 files changed

+4
-176
lines changed

7 files changed

+4
-176
lines changed

.cursorrules/monorepo.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@
22

33
## Package Structure
44
- `apps/` - Applications (todo-app)
5-
- `packages/` - Shared packages (ui, utils, config)
5+
- `packages/` - Shared packages (ui, utils)
66
- Each package has its own package.json with proper exports
77

88
## Workspace Dependencies

.gitignore

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -74,6 +74,9 @@ jspm_packages/
7474
# Vite
7575
.vite
7676

77+
# React Router generated types
78+
.react-router/
79+
7780
# Next.js build output
7881
.next
7982

@@ -114,4 +117,3 @@ Thumbs.db
114117

115118
# Biome
116119
.biome-cache
117-

apps/todo-app/.react-router/types/+future.ts

Lines changed: 0 additions & 9 deletions
This file was deleted.

apps/todo-app/.react-router/types/+routes.ts

Lines changed: 0 additions & 27 deletions
This file was deleted.

apps/todo-app/.react-router/types/+server-build.d.ts

Lines changed: 0 additions & 17 deletions
This file was deleted.

apps/todo-app/.react-router/types/app/+types/root.ts

Lines changed: 0 additions & 59 deletions
This file was deleted.

apps/todo-app/.react-router/types/app/routes/+types/home.ts

Lines changed: 0 additions & 62 deletions
This file was deleted.

0 commit comments

Comments
 (0)