From da1b84194f889e1ae3ebe38f05f91aaadf07e804 Mon Sep 17 00:00:00 2001 From: Paul Campbell Date: Tue, 14 Jun 2016 10:32:46 +0100 Subject: [PATCH] .gitignore: ignore zip files in template --- .gitignore | 1 + 1 file changed, 1 insertion(+) diff --git a/.gitignore b/.gitignore index 4ea327c..4d3263f 100644 --- a/.gitignore +++ b/.gitignore @@ -2,6 +2,7 @@ *.jar *.war *.ear +*.zip # virtual machine crash logs, see http://www.java.com/en/download/help/error_hotspot.xml hs_err_pid*