From 0a68bd62a1bf160fa691ab2ed68c6217c0e26629 Mon Sep 17 00:00:00 2001 From: Brad Geesaman <3769609+bgeesaman@users.noreply.github.com> Date: Fri, 13 Feb 2026 15:07:25 -0500 Subject: [PATCH] Minor cleanup --- .gitattributes | 1 - Makefile | 4 ---- 2 files changed, 5 deletions(-) delete mode 100644 .gitattributes diff --git a/.gitattributes b/.gitattributes deleted file mode 100644 index e4f04ead..00000000 --- a/.gitattributes +++ /dev/null @@ -1 +0,0 @@ -ui/** linguist-vendored diff --git a/Makefile b/Makefile index d34e699b..c007ae5b 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