sensitive-blue•2y ago
Why do I have ignoredRouteFiles in remix
Why do I have ignoredRouteFiles in remix.config.js ?
2 Replies
broad-brown•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 refineautomatic-azure•2y ago
Got it, thank you