From 78ac29e733576b02bc7bcef47c601179889b2b05 Mon Sep 17 00:00:00 2001 From: Danny Lin Date: Fri, 17 Dec 2021 19:31:01 -0800 Subject: [PATCH] gitignore: Ignore downloaded zips --- .gitignore | 3 +++ 1 file changed, 3 insertions(+) diff --git a/.gitignore b/.gitignore index a8477d7..876bb63 100644 --- a/.gitignore +++ b/.gitignore @@ -12,3 +12,6 @@ node_modules # State *.json + +# Downloads +*.zip