From e3846636ec3d533f056d6463717c8950c4002ce3 Mon Sep 17 00:00:00 2001 From: Leons Aleksandrovs Date: Fri, 12 Dec 2025 20:17:23 +0200 Subject: [PATCH] add claude to exclude list --- scripts/local-remote.sh | 3 +++ scripts/remote-local.sh | 3 +++ 2 files changed, 6 insertions(+) diff --git a/scripts/local-remote.sh b/scripts/local-remote.sh index 127a320..54e612b 100644 --- a/scripts/local-remote.sh +++ b/scripts/local-remote.sh @@ -19,6 +19,9 @@ sshpass -p "${SERVER_PASSWORD}" \ --include 'public/build/assets/**.json' \ --include 'public/build/assets' \ --exclude 'public/build/assets/**' \ + `# Claudshit AI shit` \ + --exclude ".claude" \ + --exclude ".playwright-mcp" \ `# Project scripts` \ --exclude "lazygit" \ --exclude ssh.sh \ diff --git a/scripts/remote-local.sh b/scripts/remote-local.sh index b3f7a8f..2984150 100644 --- a/scripts/remote-local.sh +++ b/scripts/remote-local.sh @@ -12,6 +12,9 @@ sshpass -p "${SERVER_PASSWORD}" \ --exclude temp \ --exclude cache \ --exclude sitepress-multilingual-cms \ + `# Claudshit AI shit` \ + --exclude ".claude" \ + --exclude ".playwright-mcp" \ `# Project scripts` \ --exclude "lazygit" \ --exclude ssh.sh \