security: ignore .agent, *.json, README and dev files from release archives

This commit is contained in:
Xurkon
2026-03-29 00:41:47 -05:00
parent 1bfca8dee6
commit 830d145d51
2 changed files with 9 additions and 1 deletions
+6
View File
@@ -7,3 +7,9 @@
.git_disabled/ export-ignore
Tools/ export-ignore
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
+2
View File
@@ -36,3 +36,5 @@ __pycache__/
*.tmp
*.bak
*.old
.agent/
*.json