git-ai-commit icon indicating copy to clipboard operation
git-ai-commit copied to clipboard

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

Open ming1in opened this issue 1 year ago • 1 comments

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

ming1in avatar Sep 02 '24 17:09 ming1in