add lfs support
This commit is contained in:
parent
056e1777fd
commit
97b1e705b2
1 changed files with 6 additions and 0 deletions
|
|
@ -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;
|
||||
};
|
||||
};
|
||||
};
|
||||
}
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue