You can specify wildcard and glob patterns in digger.yml to include multiple directories into a project. A common use case for this is if you have multiple environment folders and they import from a commonDocumentation Index
Fetch the complete documentation index at: https://digger-20-feat-use-analytics-domain.mintlify.app/llms.txt
Use this file to discover all available pages before exploring further.
modules directory:
The path of include / exclude patterns is relative to the digger.yml location - NOT the project location
modules/ folder in both dev and prod projects you would include them in the include_patterns key. Similarly you put anything which you want to ignore in the exclude_patterns key ( exclude takes precedence over includes).

