the-cafe / git-ai-commit

let AI write your commit messages
https://pypi.org/project/git-ai-commit/
52 stars 0 forks source link

ignore large files with redundant changes like - `package-lock.json` #62

Open ming1in opened 3 months ago

ming1in commented 3 months ago

package-lock.json files usually change hundreds of lines when a dependency is added. most of the time we can infer the changes from the dependency registry files like package.json

we should consider adding a pre-processing steps that remove these files before generating the messages