From 0e2119a87d292fbbd991ce56160674333a5eec86 Mon Sep 17 00:00:00 2001 From: = <=> Date: Mon, 6 Jun 2022 22:43:36 -0400 Subject: [PATCH] Added .zip to gitignore --- .gitignore | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/.gitignore b/.gitignore index c9636a2..8538ab3 100644 --- a/.gitignore +++ b/.gitignore @@ -4,4 +4,5 @@ *lua5.4 *luajit *.code-workspace -*.dat \ No newline at end of file +*.dat +*.zip \ No newline at end of file