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