Should I track static content?

Hello everyone,

I am starting a new project and am just tracking via github a dynamic folder. I would like to track static content but with adding a mixture of my own assets and assets from the marketplace, static content alone is roughly 2gb (note that I am not tracking starter content). Space problems quickly became an issue for me when we were using git LFS, and github doesn’t explicitly say if they have a set repository limit. I’ve been nervous to check out any commits since I’m thinking not tracking everything at some capacity could break my project. Instead, I’ve opted to backup the entirety of my project via an external, but I would like to use github to share my project with others. What are some options for tracking static content (excluding LFS)?

Privacy & Terms