From 116da96178673fc21ac5faec19970853b3e38df8 Mon Sep 17 00:00:00 2001 From: guangwu Date: Thu, 11 May 2023 16:53:13 +0800 Subject: [PATCH] add ignore file (#3240) --- .gitignore | 1 + 1 file changed, 1 insertion(+) diff --git a/.gitignore b/.gitignore index 2c1d0b727..b38171f7d 100644 --- a/.gitignore +++ b/.gitignore @@ -27,3 +27,4 @@ go.work.sum # vim auto backup file *~ !OWNERS +coverage.txt