diff --git a/.mikaela/gitconfig b/.mikaela/gitconfig index 26a166b4..931c030e 100644 --- a/.mikaela/gitconfig +++ b/.mikaela/gitconfig @@ -79,11 +79,6 @@ # I am not developing in detached head state, I generally want to compile # a specific version of a program and I know how to get out of it detachedHead = false -# [filter "lfs"] -# clean = git-lfs clean -- %f -# smudge = git-lfs smudge -- %f -# process = git-lfs filter-process -# required = true [status] submodulesummary = 1 [submodule] diff --git a/conf/gitconfig b/conf/gitconfig index 6dd2b1cd..51601d7c 100644 --- a/conf/gitconfig +++ b/conf/gitconfig @@ -79,11 +79,6 @@ # I am not developing in detached head state, I generally want to compile # a specific version of a program and I know how to get out of it detachedHead = false -# [filter "lfs"] -# clean = git-lfs clean -- %f -# smudge = git-lfs smudge -- %f -# process = git-lfs filter-process -# required = true [status] submodulesummary = 1 [submodule]