Skip to content

.gitignore path based folders are getting ignored #6

@sys-dev-ac

Description

@sys-dev-ac

Issue
I added the following folders to the .gitignore file and also tried ignoring them via the CLI:

  • CLI command used:
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.

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions