From 2c22b09692192373b8aa3129b6a0167f2c3d278a Mon Sep 17 00:00:00 2001 From: csunny Date: Wed, 14 Jun 2023 22:08:58 +0800 Subject: [PATCH] add: ignore zip file --- .gitignore | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/.gitignore b/.gitignore index 346a0df8c..c4bbee8ba 100644 --- a/.gitignore +++ b/.gitignore @@ -41,7 +41,8 @@ MANIFEST # before PyInstaller builds the exe, so as to inject date/other infos into it. *.manifest *.spec - +*.zuo +*.zip # Installer logs pip-log.txt pip-delete-this-directory.txt