Capifony: How to remove all .svn directories when deploying via copy? -


i add post deployment command capifony delete .svn directories after fresh deployment can't find examples or documentation. how done?

add deploy.rb file:

set :copy_exclude, ".svn/*" 

Comments

Popular posts from this blog

How to remove text and logo OR add Overflow on Android ActionBar using AppCompat on API 8? -

html - How to style widget with post count different than without post count -

url rewriting - How to redirect a http POST with urlrewritefilter -