Commit 53e5a6ee authored by Denis Sakharov's avatar Denis Sakharov
Browse files

rsync-filter-std: exclude agents' stuff

parent d918cec4
Loading
Loading
Loading
Loading
+6 −1
Original line number Diff line number Diff line
@@ -14,9 +14,14 @@ exclude /nginx.conf
exclude /autotests/
protect /nginx-*
exclude /.env.project
exclude /Readme.md
exclude /README.md
exclude /rsync.exclude
exclude /vendor/
exclude /.claude/***
exclude /.mcp.json
exclude /AGENTS.md
exclude /boost.json
exclude /CLAUDE.md
# Preserve files that don't exist in the repository, but should not be
# deleted by deployment.
protect /vendor/***