diff --git a/.gitattributes b/.gitattributes deleted file mode 100644 index e4f04ea..0000000 --- a/.gitattributes +++ /dev/null @@ -1 +0,0 @@ -ui/** linguist-vendored diff --git a/Makefile b/Makefile index d34e699..c007ae5 100644 --- a/Makefile +++ b/Makefile @@ -16,10 +16,6 @@ help: ## Show this help run: ## Run the local server go run ./cmd/reaper -.PHONY: dev -dev: ## Run the local server with air watcher - air - .PHONY: build build: ## Build the local server go build -ldflags="-s -w" -o reaper ./cmd/reaper