From bf4a413bd01c4ea22295fffd3270287a6e36ae3d Mon Sep 17 00:00:00 2001 From: "mengkang.zmk" Date: Sun, 24 Jul 2022 09:03:27 +0800 Subject: [PATCH] =?UTF-8?q?=E6=B8=85=E7=A9=BA=20logs=20=E7=9B=AE=E5=BD=95?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- .gitignore | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) diff --git a/.gitignore b/.gitignore index 8c830d3..16a89ae 100644 --- a/.gitignore +++ b/.gitignore @@ -14,4 +14,6 @@ # Dependency directories (remove the comment below to include it) # vendor/ -logs/* \ No newline at end of file + +# Project runtime log +logs/*.log \ No newline at end of file