From b8809670d665b45e602716f6b3719977470c2480 Mon Sep 17 00:00:00 2001 From: robot Date: Fri, 11 Dec 2020 18:54:36 +0800 Subject: [PATCH] Add logs directory in OpenResty work dir and keep subdirectory logs empty. --- tests/examples/lua/OpenResty/logs/.gitignore | 3 +++ 1 file changed, 3 insertions(+) create mode 100644 tests/examples/lua/OpenResty/logs/.gitignore diff --git a/tests/examples/lua/OpenResty/logs/.gitignore b/tests/examples/lua/OpenResty/logs/.gitignore new file mode 100644 index 0000000000..f604d92f3f --- /dev/null +++ b/tests/examples/lua/OpenResty/logs/.gitignore @@ -0,0 +1,3 @@ +# Ignore everything in this directory +* +# Except this file !.gitignore -- GitLab