Commit 3a90304b authored by Denis Sakharov's avatar Denis Sakharov
Browse files

Update rsync-filter-std

parent 1965fb32
Loading
Loading
Loading
Loading
+6 −4
Original line number Diff line number Diff line
@@ -5,14 +5,16 @@ exclude /working/
exclude /boilerplate/
exclude /db/
exclude /tmp/
exclude Makefile
exclude rsync-filter*
exclude /.editorconfig
exclude /Makefile
exclude /rsync-filter*
exclude /composer*
exclude /docker-compose*
exclude /nginx.conf
protect /nginx-*
exclude .env.project
exclude rsync.exclude
exclude /.env.project
exclude /Readme.md
exclude /rsync.exclude
# Preserve files that don't exist in the repository, but should not be
# deleted by deployment.
protect /vendor/***