chore: add ignore
This commit is contained in:
parent
cd1f1d7b5f
commit
2e79ac4460
1
.gitignore
vendored
1
.gitignore
vendored
|
@ -1 +1,2 @@
|
||||||
tools
|
tools
|
||||||
|
sour.is-tools
|
||||||
|
|
4
Makefile
4
Makefile
|
@ -1,6 +1,6 @@
|
||||||
export PATH:=$(shell go env GOPATH)/bin:$(PATH)
|
export PATH:=$(shell go env GOPATH)/bin:$(PATH)
|
||||||
export EV_DATA=mem:
|
export EV_DATA=mem:
|
||||||
export EV_HTTP=:8080
|
export EV_HTTP=:8085
|
||||||
export WEBFINGER_DOMAINS=localhost
|
export WEBFINGER_DOMAINS=localhost
|
||||||
|
|
||||||
.DEFAULT_GOAL := air
|
.DEFAULT_GOAL := air
|
||||||
|
@ -15,7 +15,7 @@ endif
|
||||||
air .
|
air .
|
||||||
|
|
||||||
run:
|
run:
|
||||||
go build . && ./tools
|
go build -buildvcs=true -o sour.is-tools ./cmd/ev && ./sour.is-tools
|
||||||
|
|
||||||
test:
|
test:
|
||||||
go test -cover -race ./...
|
go test -cover -race ./...
|
||||||
|
|
Loading…
Reference in New Issue
Block a user