From 506834babafbc44ba91d356aa57878cbceaa00e2 Mon Sep 17 00:00:00 2001 From: Huang Junlang Date: Sat, 24 Jul 2021 23:45:59 +0800 Subject: [PATCH] docs: update gitignore --- .gitignore | 2 ++ 1 file changed, 2 insertions(+) diff --git a/.gitignore b/.gitignore index 66fd13c..5f5b0e2 100644 --- a/.gitignore +++ b/.gitignore @@ -11,5 +11,7 @@ # Output of the go coverage tool, specifically when used with LiteIDE *.out +tmp/ + # Dependency directories (remove the comment below to include it) # vendor/