Short question: Is it possible to configure git such that regular git pull will ignore some files?
Problem description: I have a repository that includes some large
if you want to ignore all git lfs files:
export GIT_LFS_SKIP_SMUDGE=1
before you clone/pull