From 47b51e601cf0b58cad844f496b2d542bf149a453 Mon Sep 17 00:00:00 2001 From: Xurkon Date: Sun, 29 Mar 2026 00:44:59 -0500 Subject: [PATCH] security: ignore verify_*.lua files from release archives --- .gitattributes | 3 ++- .gitignore | 1 + 2 files changed, 3 insertions(+), 1 deletion(-) diff --git a/.gitattributes b/.gitattributes index a2717ac..b24ebc5 100644 --- a/.gitattributes +++ b/.gitattributes @@ -12,4 +12,5 @@ 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 +*.json export-ignore +verify_*.lua export-ignore \ No newline at end of file diff --git a/.gitignore b/.gitignore index 769e2f6..62027bd 100644 --- a/.gitignore +++ b/.gitignore @@ -17,6 +17,7 @@ workflow/ coords.lua debug.lua debug_tooltip.lua +verify_*.lua .history/ Research/ Tools/