Ignore scripts folder and update Makefile
This commit is contained in:
parent
e52d17f257
commit
c2b4e8467b
2 changed files with 3 additions and 2 deletions
3
.gitignore
vendored
3
.gitignore
vendored
|
@ -1,3 +1,4 @@
|
||||||
/dist/
|
/dist/
|
||||||
/recipes/
|
/recipes/
|
||||||
/sandwitchboard
|
/sandwitchboard
|
||||||
|
/scripts/
|
2
Makefile
2
Makefile
|
@ -2,4 +2,4 @@ fmt:
|
||||||
go fmt ./...
|
go fmt ./...
|
||||||
|
|
||||||
build:
|
build:
|
||||||
go build -o sandwitchboard ./...
|
go build -o sandwitchboard ./.
|
||||||
|
|
Loading…
Reference in a new issue