Updated gitignore to ignore packr2 generated files

This commit is contained in:
Stash Dev 2019-07-27 12:49:35 -07:00
parent fbc674e680
commit 485dcadaa6
2 changed files with 6 additions and 0 deletions

3
.gitignore vendored
View File

@ -15,6 +15,9 @@
# Output of the go coverage tool, specifically when used with LiteIDE
*.out
# Packr2 artifacts
**/*-packr.go
####
# Jetbrains
####

View File

@ -4,6 +4,9 @@ build:
install:
packr2 install
clean:
packr2 clean
# Regenerates GraphQL files
.PHONY: gqlgen
gqlgen: