From 1554743a953c394395e6e19e9016c9cbfbdc0a09 Mon Sep 17 00:00:00 2001 From: dylan Date: Thu, 2 Jan 2025 17:45:41 +0100 Subject: [PATCH] Add "web" to .gitignore --- .gitignore | 5 ++++- 1 file changed, 4 insertions(+), 1 deletion(-) diff --git a/.gitignore b/.gitignore index 59805bf..79b2244 100644 --- a/.gitignore +++ b/.gitignore @@ -26,4 +26,7 @@ go.work.sum .idea *.iml -*.sqlite \ No newline at end of file +*.sqlite + +# exclude built binary +web \ No newline at end of file