I've got a rails app.
And I've got some really large videos on it in the asset pipeline (couple of gigs worth).
What I want to do is remove these videos from the repo and deploy process, becuase huge and it slows the process.
However I still want them to act in a similar way to the asset pipeline and asset sync. And be versioned by changes to the repo.
What's the best way to handle large videos/files in a repo like this?