From 5bc795b57ec0002624816414c033db11c98fb05c Mon Sep 17 00:00:00 2001 From: Makarii Balashov Date: Mon, 7 Oct 2024 00:36:21 +0200 Subject: [PATCH] update gitignore --- .gitignore | 5 ++++- 1 file changed, 4 insertions(+), 1 deletion(-) diff --git a/.gitignore b/.gitignore index 7cb03cc..682785a 100644 --- a/.gitignore +++ b/.gitignore @@ -31,4 +31,7 @@ go.work.sum # Project workspaces .idea -.vscode \ No newline at end of file +.vscode + +# goreleaser should ignore +RELEASE_CHANGELOG.md \ No newline at end of file