Skip to content

Commit b3eb7ec

Browse files
authored
add react-router generated types folder to gitignore (#912)
1 parent 8706d83 commit b3eb7ec

File tree

1 file changed

+4
-1
lines changed

1 file changed

+4
-1
lines changed

remix.init/gitignore

Lines changed: 4 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -23,4 +23,7 @@ node_modules
2323
*.local.*
2424

2525
# generated files
26-
/app/components/ui/icons
26+
/app/components/ui/icons
27+
28+
# react router v7 generated types
29+
.react-router

0 commit comments

Comments
 (0)