chore: remove and ignore non-additive scripts and dev files

This commit is contained in:
Xurkon
2026-03-22 13:21:02 -05:00
parent c554370786
commit 55b5c83e50
2 changed files with 11 additions and 8 deletions
+11 -1
View File
@@ -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
-7
View File
@@ -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.