git-ai-commit
git-ai-commit copied to clipboard
ignore large files with redundant changes like - `package-lock.json`
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