chore: add ignore
Go Bump / bump (push) Successful in 39s Details
Go Test / test (push) Successful in 49s Details
Deploy / deploy (push) Successful in 1m34s Details

main
xuu 2023-10-15 08:56:58 -06:00
parent cd1f1d7b5f
commit 2e79ac4460
Signed by: xuu
GPG Key ID: 8B3B0604F164E04F
2 changed files with 3 additions and 2 deletions

1
.gitignore vendored
View File

@ -1 +1,2 @@
tools
sour.is-tools

View File

@ -1,6 +1,6 @@
export PATH:=$(shell go env GOPATH)/bin:$(PATH)
export EV_DATA=mem:
export EV_HTTP=:8080
export EV_HTTP=:8085
export WEBFINGER_DOMAINS=localhost
.DEFAULT_GOAL := air
@ -15,7 +15,7 @@ endif
air .
run:
go build . && ./tools
go build -buildvcs=true -o sour.is-tools ./cmd/ev && ./sour.is-tools
test:
go test -cover -race ./...