From 554bfc5d8ee6dc7ec9a080df635e4e72e98a570f Mon Sep 17 00:00:00 2001 From: Will Norris Date: Mon, 30 Jun 2025 17:26:26 -0400 Subject: [PATCH] .gitignore: only ignore top-level imageproxy file This prevents tools from ignoring ./cmd/imageproxy. --- .gitignore | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.gitignore b/.gitignore index 09dd4e8..85ca5df 100644 --- a/.gitignore +++ b/.gitignore @@ -1,2 +1,2 @@ .cache -imageproxy +./imageproxy