From 1c5c6ddda67d2d114dc4bff3a3d5f57025988071 Mon Sep 17 00:00:00 2001 From: MoYoez Date: Sun, 24 Dec 2023 18:34:16 +0800 Subject: [PATCH] [+] add ignore file --- .gitignore | 1 + 1 file changed, 1 insertion(+) diff --git a/.gitignore b/.gitignore index 1ceaa3a..f9fb9c1 100644 --- a/.gitignore +++ b/.gitignore @@ -8,6 +8,7 @@ .vscode # Test binary, built with `go test -c` *.test +/plugin/mai/handler.go # Output of the go coverage tool, specifically when used with LiteIDE *.out