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://docs.opentaco.dev/llms.txt
Use this file to discover all available pages before exploring further.
modules directory:
Patterns starting with
. (e.g., ./modules/** or ../modules/**) are resolved relative to the project directory. All other patterns are resolved relative to the digger.yml 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).
Example using patterns relative to project directory:

