From b9140728d3e4803dabfe093f028c53336a1543e6 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Mathias=20Gla=CC=88ser?= Date: Tue, 19 May 2026 09:20:25 +0200 Subject: [PATCH] Exclude AGENTS.md from portal styleguide mirror --- docs/portal_sync_flow.md | 2 +- scripts/sync_styleguide_to_webapp_aktienberater.sh | 1 + 2 files changed, 2 insertions(+), 1 deletion(-) diff --git a/docs/portal_sync_flow.md b/docs/portal_sync_flow.md index 065f416..49c8541 100644 --- a/docs/portal_sync_flow.md +++ b/docs/portal_sync_flow.md @@ -33,7 +33,7 @@ Optional kann der Zielpfad ueberschrieben werden: - `public/assets/styleguide.upstream.css` aktualisiert - `public/assets/styleguide.upstream.meta.json` aktualisiert (Version, Commit, Zeitstempel) -- `docs/styleguide` gespiegelt (mit `--delete`, ohne `.git`, `.codex`, `scripts/`) +- `docs/styleguide` gespiegelt (mit `--delete`, ohne `.git`, `.codex`, `AGENTS.md`, `scripts/`) - Optional: automatischer Commit + Push im Portalrepo ## Standardprozess je Release diff --git a/scripts/sync_styleguide_to_webapp_aktienberater.sh b/scripts/sync_styleguide_to_webapp_aktienberater.sh index b7ce4a9..c77404e 100755 --- a/scripts/sync_styleguide_to_webapp_aktienberater.sh +++ b/scripts/sync_styleguide_to_webapp_aktienberater.sh @@ -74,6 +74,7 @@ rsync -a --delete \ --exclude ".git/" \ --exclude ".codex/" \ --exclude ".DS_Store" \ + --exclude "AGENTS.md" \ --exclude "scripts/" \ "$STYLEGUIDE_REPO_ROOT/" \ "$PORTAL_STYLEGUIDE_DOCS_PATH/"