Assuming the files are all below some common point like "public/ big_video_clips/" you can just add "public/big_video_clips/*" to the .gitignore file in the project root.
On Apr 18, 2:16 pm, John Honovich <[email protected]> wrote: > Hello, > > I have some video clips I want to make accessible through my web server > (through the public folder). However, they are large and I do not want > to commit them to Git so that capistrano can automatically upload them. > > What's the best way of doing this? > > Thanks, > > John > -- > Posted viahttp://www.ruby-forum.com/. --~--~---------~--~----~------------~-------~--~----~ You received this message because you are subscribed to the Google Groups "Ruby on Rails: Talk" group. To post to this group, send email to [email protected] To unsubscribe from this group, send email to [email protected] For more options, visit this group at http://groups.google.com/group/rubyonrails-talk?hl=en -~----------~----~----~----~------~----~------~--~---

