From a69273ab2a7040ba906876e6d7888b4edeb74ebc Mon Sep 17 00:00:00 2001 From: Ophestra Date: Sun, 5 Apr 2026 20:57:01 +0900 Subject: cmd/dist: replace dist/release.sh This is much more robust than a shell script. Signed-off-by: Ophestra --- .gitignore | 31 ++++--------------------------- 1 file changed, 4 insertions(+), 27 deletions(-) (limited to '.gitignore') diff --git a/.gitignore b/.gitignore index ed10d54f..fe160921 100644 --- a/.gitignore +++ b/.gitignore @@ -1,27 +1,7 @@ -# Binaries for programs and plugins -*.exe -*.exe~ -*.dll -*.so -*.dylib -*.pkg -/hakurei - -# Test binary, built with `go test -c` +# produced by tools and text editors +*.qcow2 *.test - -# Output of the go coverage tool, specifically when used with LiteIDE *.out - -# Dependency directories (remove the comment below to include it) -# vendor/ - -# Go workspace file -go.work -go.work.sum - -# env file -.env .idea .vscode @@ -30,8 +10,5 @@ go.work.sum /internal/pkg/testdata/testtool /internal/rosa/hakurei_current.tar.gz -# release -/dist/hakurei-* - -# interactive nixos vm -nixos.qcow2 \ No newline at end of file +# cmd/dist default destination +/dist -- cgit v1.3.1