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 # Output of the go coverage tool, specifically when used with LiteIDE
*.out *.out
# Packr2 artifacts
**/*-packr.go
#### ####
# Jetbrains # Jetbrains
#### ####

View file

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