Exclude AGENTS.md from portal styleguide mirror

This commit is contained in:
2026-05-19 09:20:25 +02:00
parent 6915eedd29
commit b9140728d3
2 changed files with 2 additions and 1 deletions
+1 -1
View File
@@ -33,7 +33,7 @@ Optional kann der Zielpfad ueberschrieben werden:
- `public/assets/styleguide.upstream.css` aktualisiert - `public/assets/styleguide.upstream.css` aktualisiert
- `public/assets/styleguide.upstream.meta.json` aktualisiert (Version, Commit, Zeitstempel) - `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 - Optional: automatischer Commit + Push im Portalrepo
## Standardprozess je Release ## Standardprozess je Release
@@ -74,6 +74,7 @@ rsync -a --delete \
--exclude ".git/" \ --exclude ".git/" \
--exclude ".codex/" \ --exclude ".codex/" \
--exclude ".DS_Store" \ --exclude ".DS_Store" \
--exclude "AGENTS.md" \
--exclude "scripts/" \ --exclude "scripts/" \
"$STYLEGUIDE_REPO_ROOT/" \ "$STYLEGUIDE_REPO_ROOT/" \
"$PORTAL_STYLEGUIDE_DOCS_PATH/" "$PORTAL_STYLEGUIDE_DOCS_PATH/"