diff --git a/.gitignore b/.gitignore index 18c3cd5..29be150 100644 --- a/.gitignore +++ b/.gitignore @@ -21,3 +21,6 @@ vendor/ .idea/ bin/dist/ + +# to avoid the error 'error=git is currently in a dirty state, please check in your pipeline what can be changing the following files:' on goreleaser +.github/CHANGELOG.md \ No newline at end of file