Why do I have ignoredRouteFiles in remix
Why do I have ignoredRouteFiles in remix.config.js ?
2 Replies
flat-fuchsia•2y ago
Hey @marcis4977, the
ignoredRouteFiles
has **/.*
which means files starting with .
will be ignored by remix and do not get compiled as a route.
This is related with Remix, not with refinepassive-yellow•2y ago
Got it, thank you