From 6eec7ae3edebd6d12765d7ab00eb9d217212ed2f Mon Sep 17 00:00:00 2001 From: Neko Ayaka Date: Sat, 20 Apr 2024 23:19:50 +0800 Subject: [PATCH] chore: updated .gitignore Signed-off-by: Neko Ayaka --- .gitignore | 1 + 1 file changed, 1 insertion(+) diff --git a/.gitignore b/.gitignore index 8e71281..54d7480 100644 --- a/.gitignore +++ b/.gitignore @@ -8,6 +8,7 @@ bin/* Dockerfile.cross # Built application files +!dist/install.yaml dist/ # Test binary, built with `go test -c`