diff --git a/docs/pages/filesystem-routing/+Page.mdx b/docs/pages/filesystem-routing/+Page.mdx index ce84463eea..a29b250f1d 100644 --- a/docs/pages/filesystem-routing/+Page.mdx +++ b/docs/pages/filesystem-routing/+Page.mdx @@ -77,7 +77,9 @@ In other words: all your `+` files need to liv > You can use soft symlinks (`$ ln -s`) to link outside directories into `root` and thus make them crawlable. -> You can use the `filesystemRoutingRoot` setting to get lot of flexibility, as shown for example at . +If you use Git then Vike doesn't crawl and skips all directories defined by your `.gitignore` files. + +You can use the `filesystemRoutingRoot` setting to get lot of flexibility, as shown for example at . ## See also