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", " "))