To set LFS options that apply to all clones, create and commit a file named .lfsconfig
at the repository root. This file can specify LFS options the same way as allowed in .git/config
.
For example, to exclude a certain file from LFS fetches be default, create and commit .lfsconfig
with the following contents:
[lfs]
fetchexclude = ReallyBigFile.wav