From 98b45c804d97d903eebe6ae54665414305a5d04c Mon Sep 17 00:00:00 2001 From: Xurkon Date: Wed, 8 Apr 2026 17:49:35 -0500 Subject: [PATCH] docs: Add *.txt and .luarc.json to export-ignore --- .gitattributes | 2 ++ 1 file changed, 2 insertions(+) diff --git a/.gitattributes b/.gitattributes index 6d6b2f9..5439349 100644 --- a/.gitattributes +++ b/.gitattributes @@ -16,6 +16,8 @@ *.py export-ignore *.js export-ignore *.ps1 export-ignore +*.txt export-ignore +.luarc.json export-ignore .coords.lua export-ignore debug.lua export-ignore debug_tooltip.lua export-ignore