From d659613f21647a64762f780706cae8994ecbee46 Mon Sep 17 00:00:00 2001 From: Phil Booth Date: Thu, 21 Jun 2018 11:54:54 +0100 Subject: [PATCH] chore(project): ignore *.zip We upload to AWS Lambda using zip files. It's really annoying when you accidentally commit a ~20 megabyte zip file to the repo, so this change prevents that from happening. --- .gitignore | 1 + 1 file changed, 1 insertion(+) diff --git a/.gitignore b/.gitignore index 93f1361..16be010 100644 --- a/.gitignore +++ b/.gitignore @@ -1,2 +1,3 @@ +*.zip node_modules npm-debug.log