From 46ccc7723515012f2b312f73949d6e7e94220ad7 Mon Sep 17 00:00:00 2001 From: MMaker Date: Fri, 25 Mar 2022 13:46:00 -0400 Subject: [PATCH] Add .zip files to .gitignore --- .gitignore | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/.gitignore b/.gitignore index 6525d15..fcf1046 100644 --- a/.gitignore +++ b/.gitignore @@ -1,3 +1,4 @@ .vscode *.code-workspace -__pycache__ \ No newline at end of file +__pycache__ +*.zip \ No newline at end of file