Commit 41164aa0 authored by Denis Sakharov's avatar Denis Sakharov
Browse files

rsync-filter-wordpress

parent a38ba7ee
Loading
Loading
Loading
Loading

rsync-filter-wordpress

0 → 100644
+11 −0
Original line number Diff line number Diff line
# Preserve files that don't exist in the repository, but should not be
# deleted by deployment.
protect /www/wp-admin/***
protect /www/wp-includes/***
protect /www/wp-content/plugins/***
protect /www/wp-content/languages/***
protect /www/wp-content/uploads/***

include /www/wp-content/***

exclude /www/**