From ceb11d4677b3f44c2b0ddfd5f928d6a394ac6d14 Mon Sep 17 00:00:00 2001 From: Cameron Reikes Date: Wed, 14 Jun 2023 16:55:08 -0700 Subject: [PATCH] Ignore zipped web builds --- .gitignore | 3 +++ 1 file changed, 3 insertions(+) diff --git a/.gitignore b/.gitignore index 6d67000..0e83ffc 100644 --- a/.gitignore +++ b/.gitignore @@ -1,6 +1,9 @@ # Visual studio stuff .vs/ +# Exported web builds are zipped into zip files in the root of the repo +*.zip + # ctags tags