From f2f7f4e3d7fcfcbd14c4159191196d940bba3c15 Mon Sep 17 00:00:00 2001 From: lalanza808 Date: Fri, 24 Apr 2020 20:41:32 -0700 Subject: [PATCH] ignore zip artifacts --- .gitignore | 3 +++ 1 file changed, 3 insertions(+) diff --git a/.gitignore b/.gitignore index 2222e28..a616cfa 100644 --- a/.gitignore +++ b/.gitignore @@ -28,3 +28,6 @@ override.tf.json # Include tfplan files to ignore the plan output of command: terraform plan -out=tfplan # example: *tfplan* + +# Ignore static artifacts +*zip