From f68ecae673e8e4bfbe74cb5d6425ec1510e28a47 Mon Sep 17 00:00:00 2001 From: robin Date: Thu, 25 Jun 2026 11:36:08 +0000 Subject: [PATCH] chore: add `test.lua` to `.gitignore` --- .gitignore | 17 ++++++++++------- test.lua | 1 - 2 file(s) changed, 10 insertion(s)(+), 8 deletion(s)(-) diff --git a/.gitignore b/.gitignore --- a/.gitignore +++ b/.gitignore @@ -1,3 +1,12 @@ +# zig +.zig-cache +zig-out +zig-pkg + +# dev +.direnv/ + +# testing static/ data/ lua/ @@ -5,10 +14,4 @@ redirect.txt build/ -# zig -.zig-cache -zig-out -zig-pkg - -# dev -.direnv/ +test.lua diff --git a/test.lua b/test.lua deleted file mode 100644 --- a/test.lua +++ /dev/null @@ -1,1 +0,0 @@ -print(maivi.str.split("hi world", " ")) -- tangled.sh