You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Currently git LFS seems to be all-or-nothing in the checkout action. Would it be possible to support include/exclude paths similar to the underlying git command (ex. https://www.atlassian.com/git/tutorials/git-lfs)? This would be valuable in monorepo setups to avoid downloading LFS files for other apps (and thus decrease LFS bandwidth usage).
From what I can tell, it seems like the lfsFetch command could fairly easily propagate some setting for lfs-exclude here
The text was updated successfully, but these errors were encountered:
Currently git LFS seems to be all-or-nothing in the checkout action. Would it be possible to support include/exclude paths similar to the underlying git command (ex. https://www.atlassian.com/git/tutorials/git-lfs)? This would be valuable in monorepo setups to avoid downloading LFS files for other apps (and thus decrease LFS bandwidth usage).
From what I can tell, it seems like the
lfsFetch
command could fairly easily propagate some setting for lfs-exclude hereThe text was updated successfully, but these errors were encountered: