R
Refine
V
Refine
•
3y ago
verbal-lime
Why do I have ignoredRouteFiles in remix
Why do I have ignoredRouteFiles in remix
.config
.js
?
Refine
Join
6,201
Members
View on Discord
Was this page helpful?
Yes
No
E
efficient-indigo
•
10/26/23, 3:13 PM
Hey
@marcis4977
, the
ignoredRouteFiles
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 refine
V
verbal-lime
OP
•
10/27/23, 6:19 AM
Got it
, thank you
ignoredRouteFiles
ignoredRouteFiles
**/.*
**/.*