Skip to content

Commit

Permalink
Disable downloading large files by default
Browse files Browse the repository at this point in the history
Right now we're using LFS for large files, but by default when cloning
the repositories, callers ask for the real versions of large files. By
setting these settings in the .gitconfig file, we change the default to
not download these large files when cloning the repository.

Signed-off-by: Will Beason <willbeason@google.com>
  • Loading branch information
Will Beason committed Aug 11, 2021
1 parent c000ec3 commit bdbbaaf
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions .gitconfig
Original file line number Diff line number Diff line change
@@ -0,0 +1,3 @@
[lfs]
fetchexclude = *

0 comments on commit bdbbaaf

Please sign in to comment.