From bc5a0f10db34a5c942fa3c531864da9665faaaa5 Mon Sep 17 00:00:00 2001 From: Chenlei Hu Date: Wed, 26 Jun 2024 19:59:09 -0400 Subject: [PATCH] Ignore *.log (#3880) --- .gitignore | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/.gitignore b/.gitignore index 9f038924..9473f43a 100644 --- a/.gitignore +++ b/.gitignore @@ -15,4 +15,5 @@ venv/ !/web/extensions/logging.js.example !/web/extensions/core/ /tests-ui/data/object_info.json -/user/ \ No newline at end of file +/user/ +*.log \ No newline at end of file