microsoft / gpt-review

MIT License
249 stars 48 forks source link

feat: ignore specific files from git diff #212

Open bbyong2410 opened 11 months ago

bbyong2410 commented 11 months ago

Can I ignore some specific files from git diff? By excluding unnecessary files (like package-lock.json) when asking to GPT, it seems helpful to save tokens used.

I have not enough familiarity the codebase to propose solution.