mirror of
https://github.com/stashapp/stash.git
synced 2025-12-06 16:34:02 +01:00
Updated gitignore to ignore packr2 generated files
This commit is contained in:
parent
fbc674e680
commit
485dcadaa6
2 changed files with 6 additions and 0 deletions
3
.gitignore
vendored
3
.gitignore
vendored
|
|
@ -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
|
||||||
####
|
####
|
||||||
|
|
|
||||||
3
Makefile
3
Makefile
|
|
@ -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:
|
||||||
|
|
|
||||||
Loading…
Reference in a new issue