Hilbertmf / 8bitsFightClub

This is a 2D Game in Java made for learning purposes during the subject of Object Oriented Programming
2 stars 1 forks source link

Use Git LFS for resource files #2

Open d3adb5 opened 2 years ago

d3adb5 commented 2 years ago

The Git Large File Storage extension should be used for resource files instead of them being committed to the repository as-is.

This helps save space for clones of the repository, and even get better performance out of Git, as it would normally store copies of each file per tree object as they're associated to each commit.

Moreover, the JAR file present should be deprecated in favor of pushing a Maven artifact to GitHub Packages, or just releasing a built package as a GitHub release.

d3adb5 commented 2 years ago

Note that I did try to do this myself on the fork I created, but GitHub won't allow users to create new objects on public forks. :(