From 197cb9403b3aa06a9a900e16b06282dc2fe3a64f Mon Sep 17 00:00:00 2001 From: Zsolt Tasnadi Date: Sat, 21 Mar 2026 07:10:09 +0100 Subject: [PATCH] add tic & zip to gitignore --- .gitignore | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) diff --git a/.gitignore b/.gitignore index c1520eb..a1781fb 100644 --- a/.gitignore +++ b/.gitignore @@ -3,4 +3,6 @@ impostor.lua impostor.original.lua prompts docs -minify.lua \ No newline at end of file +minify.lua +*.tic +*.zip \ No newline at end of file