From 057415a0ece252a364f8076cf397650cb7bb4a88 Mon Sep 17 00:00:00 2001 From: robot Date: Fri, 11 Dec 2020 19:05:33 +0800 Subject: [PATCH] Modify ignore list for subdirectory logs in OpenResty work directory. --- tests/examples/lua/OpenResty/logs/.gitignore | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/tests/examples/lua/OpenResty/logs/.gitignore b/tests/examples/lua/OpenResty/logs/.gitignore index f604d92f3f..ad8530e1c3 100644 --- a/tests/examples/lua/OpenResty/logs/.gitignore +++ b/tests/examples/lua/OpenResty/logs/.gitignore @@ -1,3 +1,4 @@ # Ignore everything in this directory * -# Except this file !.gitignore +# Except this file +!.gitignore -- GitLab