deploy: exclude codex scratch artifacts
This commit is contained in:
@@ -147,6 +147,7 @@ deploy_node() {
|
||||
step "Syncing code"
|
||||
rsync -az --delete \
|
||||
--exclude='.git' --exclude='node_modules' --exclude='target/debug' \
|
||||
--exclude='.codex-target-*' --exclude='.codex-tmp' \
|
||||
--exclude='target/release/deps' --exclude='target/release/build' \
|
||||
--exclude='target/release/.fingerprint' --exclude='target/release/incremental' \
|
||||
--exclude='web/dist' --exclude='.DS_Store' --exclude='image-recipe/build' \
|
||||
|
||||
Reference in New Issue
Block a user