Skip to content

Commit

Permalink
docs: document .gitignore crawling behavior
Browse files Browse the repository at this point in the history
  • Loading branch information
brillout committed Jun 7, 2024
1 parent bf1540b commit 65ef637
Showing 1 changed file with 3 additions and 1 deletion.
4 changes: 3 additions & 1 deletion docs/pages/filesystem-routing/+Page.mdx
Original file line number Diff line number Diff line change
Expand Up @@ -77,7 +77,9 @@ In other words: all your <Link href="/config#files">`+` files</Link> 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 <Link href="/filesystemRoutingRoot">`filesystemRoutingRoot` setting</Link> to get lot of flexibility, as shown for example at <Link href='/file-structure#domain-driven' />.
If you use Git then Vike doesn't crawl and skips all directories defined by your `.gitignore` files.

You can use the <Link href="/filesystemRoutingRoot">`filesystemRoutingRoot` setting</Link> to get lot of flexibility, as shown for example at <Link href='/file-structure#domain-driven' />.


## See also
Expand Down

0 comments on commit 65ef637

Please sign in to comment.