From 830d145d51e92c0c5b9e5d31204c4581fc31ade2 Mon Sep 17 00:00:00 2001 From: Xurkon Date: Sun, 29 Mar 2026 00:41:47 -0500 Subject: [PATCH] security: ignore .agent, *.json, README and dev files from release archives --- .gitattributes | 8 +++++++- .gitignore | 2 ++ 2 files changed, 9 insertions(+), 1 deletion(-) diff --git a/.gitattributes b/.gitattributes index 9e9e025..a2717ac 100644 --- a/.gitattributes +++ b/.gitattributes @@ -6,4 +6,10 @@ .gitignore export-ignore .git_disabled/ export-ignore Tools/ export-ignore -docs/ export-ignore \ No newline at end of file +docs/ export-ignore +README.md export-ignore +CHANGELOG.md export-ignore +RELEASE_NOTES.md export-ignore +changelog.html export-ignore +.agent/ export-ignore +*.json export-ignore \ No newline at end of file diff --git a/.gitignore b/.gitignore index d73f4a6..769e2f6 100644 --- a/.gitignore +++ b/.gitignore @@ -36,3 +36,5 @@ __pycache__/ *.tmp *.bak *.old +.agent/ +*.json