forked from respec/HSPsquared
-
Notifications
You must be signed in to change notification settings - Fork 0
Open
Milestone
Description
GitHub has a 100 MB file size limit, but even including 10 MB binary files that frequently change can cause a Git repo to explode in size, because every change (including the entire new binary file) is stored in a database and needs to be synced.
This has limited our ability to have model files in the repo as part of the testing system.
An excellent solution is to use Git's Large File Storage (LFS) system, which points to files stored outside the repo but is transparent to the user.
More info: https://docs.github.com/en/github/managing-large-files/working-with-large-files
We need to do this as a first step toward building the automated testing system we've been discussing.
Metadata
Metadata
Assignees
Labels
No labels