Skip to content

Commit

Permalink
docs(upgrading/component-routes): add note to add .react-router to …
Browse files Browse the repository at this point in the history
…`.gitignore` (#12591)

* ignore .react-router

* decorate with note

* Update contributors.yml

---------

Co-authored-by: harshslated <harsh.mangalam@slated.ai>
  • Loading branch information
harshmangalam and harshslated authored Dec 19, 2024
1 parent 1382752 commit 968873a
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 0 deletions.
1 change: 1 addition & 0 deletions contributors.yml
Original file line number Diff line number Diff line change
Expand Up @@ -326,3 +326,4 @@
- yuleicul
- zeromask1337
- zheng-chuang
- harshmangalam
2 changes: 2 additions & 0 deletions docs/upgrading/component-routes.md
Original file line number Diff line number Diff line change
Expand Up @@ -257,6 +257,8 @@ At this point you should be able to to boot the app and see the root layout.
}
```

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

```shellscript
Expand Down

0 comments on commit 968873a

Please sign in to comment.