diff --git a/.gitignore b/.gitignore index 5da6101..d6b2254 100644 --- a/.gitignore +++ b/.gitignore @@ -1,3 +1,4 @@ /dist/ /recipes/ -/sandwitchboard \ No newline at end of file +/sandwitchboard +/scripts/ \ No newline at end of file diff --git a/Makefile b/Makefile index 7c6bbc9..f03b04a 100644 --- a/Makefile +++ b/Makefile @@ -2,4 +2,4 @@ fmt: go fmt ./... build: - go build -o sandwitchboard ./... + go build -o sandwitchboard ./.