diff --git a/.gitignore b/.gitignore index 703a155..b3e76b3 100644 --- a/.gitignore +++ b/.gitignore @@ -23,3 +23,5 @@ go.work # Environment .env + +bin/* diff --git a/Makefile b/Makefile index d7d7756..3ff65d1 100644 --- a/Makefile +++ b/Makefile @@ -1,7 +1,6 @@ -CMD_NAME := demo-app # TODO: Update app name - .PHONY: all test build docker install clean proto check_protoc +CMD_NAME := demo-app # TODO: Update app name VERSION ?= development # Default to "development" if VERSION is not set API_DIR := api/ PROTO_DIRS := $(wildcard proto/demo/app/*) # TODO: Update path (probably not demo)