From 622ba3f8430a4f816cb6aded12e8d7f291c78ad6 Mon Sep 17 00:00:00 2001 From: Martin Linzmayer Date: Mon, 30 Mar 2026 14:31:35 +0200 Subject: [PATCH] fix: do not distribute AGENTS.md and CLAUDE.md --- .gitattributes | 2 ++ 1 file changed, 2 insertions(+) diff --git a/.gitattributes b/.gitattributes index 5b30cfa97..be6d27957 100644 --- a/.gitattributes +++ b/.gitattributes @@ -12,6 +12,8 @@ # Exclude non-essential files from dist /tests export-ignore /stubs export-ignore +/AGENTS.md export-ignore +/CLAUDE.md export-ignore /.appveyor.yml export-ignore /.craft.yml export-ignore /.editorconfig export-ignore