add lfs support

This commit is contained in:
Osman Faruk Bayram 2025-03-18 19:11:35 +03:00
parent 056e1777fd
commit 97b1e705b2

View file

@ -35,6 +35,12 @@
push = {
autoSetupRemote = true;
};
filter.lfs = {
clean = "git-lfs clean -- %f";
smudge = "git-lfs smudge -- %f";
process = "git-lfs filter-process";
required = true;
};
};
};
}