Skip to content

Commit

Permalink
chore: skip LFS
Browse files Browse the repository at this point in the history
As of this commit, this repository does not use git LFS.

You can verify this through two ways:

1. By running `git lfs ls-files` and seeing which files are using LFS.
2. By checking the `.gitattributes` file in this repo to see if LFS
   is enabled on any files.
  • Loading branch information
zachahn-gusto committed Nov 25, 2024
1 parent 18d7a9e commit c4aa092
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions .lefthook.toml
Original file line number Diff line number Diff line change
@@ -1,3 +1,5 @@
skip_lfs = true

[pre-commit]
parallel = true

Expand Down

0 comments on commit c4aa092

Please sign in to comment.