git lfs untrack
[path]*
The "untrack" command stops tracking the given path(s) through Git LFS. The "path" argument can be a file extension, or a file path.
-
Prevent a path from using Git LFS clean and smudge filters.
git lfs untrack '*.gif'
git-lfs-track(1), git-lfs-init(1), gitattributes(5).
Part of the git-lfs(1) suite.