Skip to content

Commit 968873a

Browse files
docs(upgrading/component-routes): add note to add .react-router to .gitignore (#12591)
* ignore .react-router * decorate with note * Update contributors.yml --------- Co-authored-by: harshslated <[email protected]>
1 parent 1382752 commit 968873a

File tree

2 files changed

+3
-0
lines changed

2 files changed

+3
-0
lines changed

contributors.yml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -326,3 +326,4 @@
326326
- yuleicul
327327
- zeromask1337
328328
- zheng-chuang
329+
- harshmangalam

docs/upgrading/component-routes.md

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -257,6 +257,8 @@ At this point you should be able to to boot the app and see the root layout.
257257
}
258258
```
259259

260+
> Note: Make sure to add `/.react-router/` to your `.gitignore` file to avoid tracking unnecessary files in your repository.
261+
260262
Now make sure you can boot your app at this point before moving on:
261263

262264
```shellscript

0 commit comments

Comments
 (0)