Issue
I added the following folders to the .gitignore file and also tried ignoring them via the CLI:
folder_mapper ./ ./docs ignore="apps/server/dist"
apps/server/dist
apps/server/node_modules
apps/.turbo
Expected Behavior:
- The above paths should be excluded from the generated output.
- Ignored paths should be correctly respected within a monorepo structure.
Actual Behavior:
- The specified paths are still being included in the output.
- Ignore rules are not being properly applied to nested monorepo paths.
Conclusion
Paths like the ones above should be correctly parsed and excluded in monorepo setups, whether they are defined in .gitignore or passed via the CLI ignore option.
Issue
I added the following folders to the .gitignore file and also tried ignoring them via the CLI:
Expected Behavior:
Actual Behavior:
Conclusion
Paths like the ones above should be correctly parsed and excluded in monorepo setups, whether they are defined in .gitignore or passed via the CLI ignore option.