Closed soraxas closed 2 months ago
Removed the large ply files from the history and added them using git-lfs. They are now stored using git-lfs. This would require that the git-lfs is installed. Therefore, added it in the script which installs the dependencies.
Git LFS is a system for managing and versioning large files in association with a Git repository. Instead of storing the large files within the Git repository as blobs, Git LFS stores special "pointer files" in the repository, while storing the actual file contents on a Git LFS server. The contents of the large file are downloaded automatically when needed, for example when a Git branch containing the large file is checked out.
Nice, and it seems you've removed the old blob data by cleaning the repo 👍
Should the PLY files be tracked inside this source repo?
It contains > 100 MB just to clone the repo.
(part of https://github.com/openjournals/joss-reviews/issues/6983)