Commit a7e4853b authored by Dmitriy Safronov's avatar Dmitriy Safronov
Browse files

hardcoded excludes

parent cd1ff4be
Loading
Loading
Loading
Loading
+5 −0
Original line number Diff line number Diff line
@@ -2,6 +2,11 @@

rsync -a \
    --exclude-from='/ha-rsync.excludes' \
    --exclude='/.git' \
    --exclude='/.gitignore' \
    --exclude='/.HA_VERSION' \
    --exclude='/README.md' \
    --exclude='/secrets.yaml' \
    --delete-after \
    "${GIT_SYNC_ROOT:-/tmp/git}/${GIT_SYNC_DEST:-config}/" \
    /config
+0 −6
Original line number Diff line number Diff line
/.git
/.gitignore
/README.md

/deps
/image
/tts

.HA_VERSION

/.cloud/*
/.storage/*