From 55b5c83e507f706eda55b5d4509d27ab3d229693 Mon Sep 17 00:00:00 2001 From: Xurkon Date: Sun, 22 Mar 2026 13:21:02 -0500 Subject: [PATCH] chore: remove and ignore non-additive scripts and dev files --- .gitignore | 12 +++++++++++- release_notes.txt | 7 ------- 2 files changed, 11 insertions(+), 8 deletions(-) delete mode 100644 release_notes.txt diff --git a/.gitignore b/.gitignore index c3bf269..7207eb0 100644 --- a/.gitignore +++ b/.gitignore @@ -4,6 +4,15 @@ workflow/ .vscode/ .DS_Store *.zip +*.py +*.js +*.ps1 +*.txt +!README.md +!CHANGELOG.md +!RELEASE_NOTES.md +!LICENSE +!Icons/MIT.txt # Build/tool artifacts __pycache__/ @@ -13,8 +22,9 @@ __pycache__/ coords.lua debug.lua debug_tooltip.lua -tmp_*.py .history/ Research/ Tools/ tests/ +docs/ +!docs/changelog.html diff --git a/release_notes.txt b/release_notes.txt deleted file mode 100644 index ae2006f..0000000 --- a/release_notes.txt +++ /dev/null @@ -1,7 +0,0 @@ -## v1.4.5 — Network & Taint Stability Update - -- **[Network Fix]** Patched AceSerializer natively to dynamically support both dot and colon syntax seamlessly without dropping arguments, while ensuring Deserialize correctly yields (success, result) tuples. -- **[Network Fix]** Purged 71 unsafe table.getn replacements in LibDeflate. -- **[Init Fix]** Bulletproof tocversion range check for legacy client engines. -- **[QuestieLearner Fix]** Module import scoping error resolved. -- **[Taint Fix]** Resolved ADDON_ACTION_BLOCKED errors caused by cached loading and QuestieInit._pullGlobal.