Added modd config

This commit is contained in:
Piotr Biernat 2021-07-10 11:34:51 +02:00
parent f49b420e78
commit 9d897accb6
2 changed files with 8 additions and 0 deletions

3
.gitignore vendored Normal file
View File

@ -0,0 +1,3 @@
go.sum
vegvisir
vegvisir_tmp

5
modd.conf Normal file
View File

@ -0,0 +1,5 @@
# Exclude all test files of the form *_test.go
**/*.go **/vegvisir.json !**/*_test.go {
prep: go build -o vegvisir_tmp
daemon +sigterm: ./vegvisir_tmp
}