Ignore upload directory while using Capistrano Dec 4th, 2012 $ git rm -r --cached public/uploads $ cap deploy:setup config/deploy.rb1 set :shared_children, shared_children + %w{public/uploads}