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: