From c0e87776becb5aaed44e1bcf1757e529904da804 Mon Sep 17 00:00:00 2001 From: Evening Date: Thu, 26 Oct 2023 13:21:05 +0800 Subject: [PATCH] Ignore zips --- .gitignore | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/.gitignore b/.gitignore index ca71a60e..2c949384 100644 --- a/.gitignore +++ b/.gitignore @@ -164,4 +164,5 @@ cython_debug/ # Ignores the raw .tif files rsc/**/*.tif -**/*/lightning_logs \ No newline at end of file +**/*/lightning_logs +*.zip \ No newline at end of file