chore: disable lfs

This commit is contained in:
Edward Langley
2026-04-09 15:26:10 -07:00
parent 4583b59520
commit a8dbb86d4f
4 changed files with 0 additions and 17 deletions

View File

@ -22,8 +22,3 @@ if command -v bd >/dev/null 2>&1; then
if [ $_bd_exit -ne 0 ]; then exit $_bd_exit; fi
fi
# --- END BEADS INTEGRATION v1.0.0 ---
# --- BEGIN GIT LFS ---
command -v git-lfs >/dev/null 2>&1 || { printf >&2 "\n%s\n\n" "This repository is configured for Git LFS but 'git-lfs' was not found on your path. If you no longer wish to use Git LFS, remove this hook by deleting the 'post-checkout' file in the hooks directory (set by 'core.hookspath'; usually '.git/hooks')."; exit 2; }
git lfs post-checkout "$@"
# --- END GIT LFS ---