From e7029283ab7730ddfc5c1a8d4f9417d931470abc Mon Sep 17 00:00:00 2001 From: luk3yx Date: Tue, 4 Mar 2025 15:33:36 +1300 Subject: [PATCH] Exclude test.lua from ContentDB package --- .gitattributes | 1 + 1 file changed, 1 insertion(+) diff --git a/.gitattributes b/.gitattributes index 5b37b6e..77fd18b 100644 --- a/.gitattributes +++ b/.gitattributes @@ -2,3 +2,4 @@ doc export-ignore *.py export-ignore mkdocs.yml export-ignore +test.lua export-ignore