From 83445a301e12f6bcd179a9f83a8b81f8a134b0a7 Mon Sep 17 00:00:00 2001 From: asandikci Date: Mon, 7 Aug 2023 11:37:01 +0300 Subject: [PATCH] chore: update gitignore --- .gitignore | 6 +++++- 1 file changed, 5 insertions(+), 1 deletion(-) diff --git a/.gitignore b/.gitignore index d0570f9..4e426ea 100644 --- a/.gitignore +++ b/.gitignore @@ -19,4 +19,8 @@ # vendor/ # Go workspace file -go.work \ No newline at end of file +go.work + +### Modified +build/package/bin/ +build/*.deb \ No newline at end of file