From 96f920f7343b62064522d3bca7f6b69c9e195b8e Mon Sep 17 00:00:00 2001 From: ShyunnY <1147212064@qq.com> Date: Sun, 2 Jun 2024 15:26:26 +0800 Subject: [PATCH] fix: add VERSION into gitignore Signed-off-by: ShyunnY <1147212064@qq.com> --- .gitignore | 1 + 1 file changed, 1 insertion(+) diff --git a/.gitignore b/.gitignore index fefcda44..e985f851 100644 --- a/.gitignore +++ b/.gitignore @@ -9,3 +9,4 @@ coverage.txt /test/plugins/dist/ *.pb.go vendor/ +VERSION