From 0816dfdc73a7e89698aef64c732653aa3d90fddd Mon Sep 17 00:00:00 2001 From: zhangxin Date: Wed, 15 Jun 2022 15:09:44 +0800 Subject: [PATCH] =?UTF-8?q?=E6=B7=BB=E5=8A=A0git=E5=BF=BD=E7=95=A5?= =?UTF-8?q?=E6=96=87=E4=BB=B6?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- .gitignore | 5 ++++- 1 file changed, 4 insertions(+), 1 deletion(-) diff --git a/.gitignore b/.gitignore index 7c36cbe..8528472 100644 --- a/.gitignore +++ b/.gitignore @@ -1,6 +1,8 @@ .idea/ .DS_Store output/ +web/public/ +log/ # Binaries for programs and plugins *.exe @@ -8,10 +10,11 @@ output/ *.dll *.so *.dylib +*.log +demo*.go # Test binary, built with `go test -c` *.test - # Output of the go coverage tool, specifically when used with LiteIDE *.out