code-review-graph version
2.2.1
Operating system
Linux
Python version
3.10.12
AI platform
other (describe in "Additional context")
Output of code-review-graph status
Steps to reproduce
- Create a file named
.code-review-graphignore in the project root.
- Add patterns like:
vendor/
pub/static/
var/
generated/
node_modules/
*.min.js
- Run:
rm -f .code-review-graph/graph.db
code-review-graph build
Expected vs actual behavior
Expected Behavior
The tool should automatically read .code-review-graphignore from the current working directory (project root) and exclude matching files/directories, similar to .gitignore.
Additional context
. Tool still processes ~9400+ files instead of ignoring the listed directories.
Environment
- OS: Linux
- Project type: Magento 2 (large
vendor/ and generated directories)
code-review-graph version
2.2.1
Operating system
Linux
Python version
3.10.12
AI platform
other (describe in "Additional context")
Output of
code-review-graph statusSteps to reproduce
.code-review-graphignorein the project root.Expected vs actual behavior
Expected Behavior
The tool should automatically read
.code-review-graphignorefrom the current working directory (project root) and exclude matching files/directories, similar to.gitignore.Additional context
. Tool still processes ~9400+ files instead of ignoring the listed directories.
Environment
vendor/and generated directories)