Commit 901eaf56 authored by Ilya Rassadin's avatar Ilya Rassadin
Browse files

add rsync filters

parent bd7c6dd0
Loading
Loading
Loading
Loading

rsync-filter-bitrix

0 → 100644
+4 −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/bitrix/***
protect /www/upload/***

rsync-filter-ceteracms

0 → 100644
+7 −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/imagetransform/***
protect /www/cms/***
protect /www/library/***
protect /www/themes/*
protect /www/plugins/*

rsync-filter-std

0 → 100644
+17 −0
Original line number Diff line number Diff line
# Don't copy over Git-related files.
exclude .git*
# Don't copy over deployment code.
exclude /working/
exclude /boilerplate/
exclude /db/
exclude /tmp/
exclude Makefile
exclude rsync-filter-std
exclude rsync-filter
exclude /composer*
exclude .env.project
# Preserve files that don't exist in the repository, but should not be
# deleted by deployment.
protect /vendor/***
protect /logs/***
protect /meta.yml