Skip to content

Bug: .readmeaiignore does not exclude node_modules/ during analysis #163

@sharjeelfaiq

Description

@sharjeelfaiq

Summary:

Even with node_modules/ listed in a .readmeaiignore file at the root of the project, readmeai still scans and analyzes the contents of node_modules.

Command:

readmeai --repository . --badge-style FLAT-SQUARE --badge-color E92063 --header-style COMPACT --navigation-style ACCORDION --emojis RAINBOW --logo ICE

.readmeaiignore:

node_modules/

Expected:

readmeai should skip traversing the node_modules directory entirely.

Actual:

The tool recurses into node_modules and spends time analyzing files unnecessarily.

System Info:

  • OS: [Windows/Linux/macOS]
  • Python: 3.12
  • readmeai: v0.6.3

Thanks!

👉 https://github.com/eli64s/readmeai/issues

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