From 7f375a644629575ad7e90797f374cb1f64759859 Mon Sep 17 00:00:00 2001 From: Colin McMillen Date: Mon, 24 Jul 2023 18:56:53 -0400 Subject: [PATCH] add zip file to gitignore --- .gitignore | 3 +++ 1 file changed, 3 insertions(+) diff --git a/.gitignore b/.gitignore index 4217192..5e6949f 100644 --- a/.gitignore +++ b/.gitignore @@ -4,3 +4,6 @@ # Build results [Bb]in/ [Oo]bj/ + +# Packaged Zip file. +totte.zip