diff --git a/.gitconfig b/.gitconfig index cb3b298a8af..2f0779f2ddd 100644 --- a/.gitconfig +++ b/.gitconfig @@ -248,3 +248,8 @@ #[credential "https://source.developers.google.com/"] # helper = # helper = !gcloud auth git-helper --account=hari@.iam.gserviceaccount.com --ignore-unknown $@ +[filter "lfs"] + clean = git-lfs clean -- %f + smudge = git-lfs smudge -- %f + process = git-lfs filter-process + required = true