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 \