From 044b7338ad03eb93249ac07ee27073a4c4ff0636 Mon Sep 17 00:00:00 2001 From: Pyogenics Date: Sat, 18 Jan 2025 14:22:52 +0000 Subject: [PATCH] Add zip gitignore, blender outputs plugins as zip --- .gitignore | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/.gitignore b/.gitignore index ba0430d..2caaf85 100644 --- a/.gitignore +++ b/.gitignore @@ -1 +1,2 @@ -__pycache__/ \ No newline at end of file +__pycache__/ +*.zip \ No newline at end of file