From 19698f87f3a87d9696c8a2e2b32b981a60e758f8 Mon Sep 17 00:00:00 2001 From: Slug-Boi Date: Fri, 17 May 2024 21:33:04 +0200 Subject: [PATCH] Update gitignore to include some go.* files --- .gitignore | 6 +++++- 1 file changed, 5 insertions(+), 1 deletion(-) diff --git a/.gitignore b/.gitignore index 8e0c0e5..d3963a5 100644 --- a/.gitignore +++ b/.gitignore @@ -1,2 +1,6 @@ # Custom -dist \ No newline at end of file +dist + +go.work +go.sum +go.work.sum \ No newline at end of file