From c9452f1509ae47868828e8fc957c675cf036992a Mon Sep 17 00:00:00 2001 From: Pavel Sviderski Date: Thu, 3 Apr 2025 18:19:06 +1000 Subject: [PATCH] chore: ignore uc binary in the repo root --- .gitignore | 5 +++-- 1 file changed, 3 insertions(+), 2 deletions(-) diff --git a/.gitignore b/.gitignore index b6642c2c..41b49dde 100644 --- a/.gitignore +++ b/.gitignore @@ -27,8 +27,9 @@ go.work.sum .env .idea/ -data -dist/ +/data/ +/dist/ +/uc # Web node_modules/