diff --git a/.gitignore b/.gitignore index 50a1a62..db48194 100644 --- a/.gitignore +++ b/.gitignore @@ -15,3 +15,8 @@ coverage.txt .idea/ .vscode/ *.swp + +# Release artifacts (attached to GitHub Releases, not tracked in git) +*.zip +checksums.txt +dist/ diff --git a/checksums.txt b/checksums.txt deleted file mode 100644 index 1171dd1..0000000 --- a/checksums.txt +++ /dev/null @@ -1 +0,0 @@ -7830fab0eb763247602fd4815549a13eeb25841afbe2d3a047d25b9f4b9cf86d commandcode_0.2.2_linux_amd64.zip diff --git a/commandcode_0.2.2_linux_amd64.zip b/commandcode_0.2.2_linux_amd64.zip deleted file mode 100644 index 9eaadcc..0000000 Binary files a/commandcode_0.2.2_linux_amd64.zip and /dev/null differ