From c2b4e8467b912c8a6ae6ff78c6cde607dbe5be0d Mon Sep 17 00:00:00 2001 From: Miguel de la Cruz Date: Sun, 7 Jul 2024 09:30:06 +0200 Subject: [PATCH] Ignore scripts folder and update Makefile --- .gitignore | 3 ++- Makefile | 2 +- 2 files changed, 3 insertions(+), 2 deletions(-) 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 ./.