From 485dcadaa6be5e75c6a4b83c9f6c406415c6d6eb Mon Sep 17 00:00:00 2001 From: Stash Dev Date: Sat, 27 Jul 2019 12:49:35 -0700 Subject: [PATCH] Updated gitignore to ignore packr2 generated files --- .gitignore | 3 +++ Makefile | 3 +++ 2 files changed, 6 insertions(+) diff --git a/.gitignore b/.gitignore index 4594711b8..43b3b8e7d 100644 --- a/.gitignore +++ b/.gitignore @@ -15,6 +15,9 @@ # Output of the go coverage tool, specifically when used with LiteIDE *.out +# Packr2 artifacts +**/*-packr.go + #### # Jetbrains #### diff --git a/Makefile b/Makefile index c9c1d336b..08914d55c 100644 --- a/Makefile +++ b/Makefile @@ -4,6 +4,9 @@ build: install: packr2 install +clean: + packr2 clean + # Regenerates GraphQL files .PHONY: gqlgen gqlgen: