Ignore scripts folder and update Makefile

This commit is contained in:
Miguel de la Cruz 2024-07-07 09:30:06 +02:00
parent e52d17f257
commit c2b4e8467b
2 changed files with 3 additions and 2 deletions

1
.gitignore vendored
View file

@ -1,3 +1,4 @@
/dist/
/recipes/
/sandwitchboard
/scripts/

View file

@ -2,4 +2,4 @@ fmt:
go fmt ./...
build:
go build -o sandwitchboard ./...
go build -o sandwitchboard ./.