git lfs untrack
...
Stop tracking the given path(s) through Git LFS. The argument can be a glob pattern or a file path.
-
Configure Git LFS to stop tracking GIF files:
git lfs untrack "*.gif"
git-lfs-track(1), git-lfs-install(1), gitattributes(5).
Part of the git-lfs(1) suite.