ignore bin
This commit is contained in:
parent
6b23930908
commit
f699b78603
28
.gitignore
vendored
Normal file
28
.gitignore
vendored
Normal file
|
|
@ -0,0 +1,28 @@
|
||||||
|
# bin
|
||||||
|
shout
|
||||||
|
|
||||||
|
# Binaries for programs and plugins
|
||||||
|
*.exe
|
||||||
|
*.exe~
|
||||||
|
*.dll
|
||||||
|
*.so
|
||||||
|
*.dylib
|
||||||
|
|
||||||
|
# Test binary, built with `go test -c`
|
||||||
|
*.test
|
||||||
|
|
||||||
|
# Code coverage profiles and other test artifacts
|
||||||
|
*.out
|
||||||
|
coverage.*
|
||||||
|
*.coverprofile
|
||||||
|
profile.cov
|
||||||
|
|
||||||
|
# Go workspace file
|
||||||
|
go.work
|
||||||
|
go.work.sum
|
||||||
|
|
||||||
|
# env file
|
||||||
|
.env
|
||||||
|
|
||||||
|
# Editor/IDE
|
||||||
|
# .vscode/
|
||||||
2
Makefile
2
Makefile
|
|
@ -9,7 +9,7 @@ unit:
|
||||||
go test ./...
|
go test ./...
|
||||||
|
|
||||||
integration: build
|
integration: build
|
||||||
./shout test test/
|
./shout test
|
||||||
|
|
||||||
clean:
|
clean:
|
||||||
rm -f shout
|
rm -f shout
|
||||||
|
|
|
||||||
Loading…
Reference in New Issue
Block a user