From 31b23dc3d4b9cc8f8726b2b23f4c425d406eb567 Mon Sep 17 00:00:00 2001 From: Michael Geers Date: Mon, 31 Aug 2020 16:58:52 +0200 Subject: [PATCH] =?UTF-8?q?=F0=9F=97=84=20adding=20empty=20logs/=20temp/?= =?UTF-8?q?=20folder=20to=20make=20nginx=20work=20on=20Windows.=20thanks?= =?UTF-8?q?=20@DJCordhose?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- nginx/windows/logs/.gitignore | 4 ++++ nginx/windows/temp/.gitignore | 4 ++++ 2 files changed, 8 insertions(+) create mode 100644 nginx/windows/logs/.gitignore create mode 100644 nginx/windows/temp/.gitignore diff --git a/nginx/windows/logs/.gitignore b/nginx/windows/logs/.gitignore new file mode 100644 index 0000000..86d0cb2 --- /dev/null +++ b/nginx/windows/logs/.gitignore @@ -0,0 +1,4 @@ +# Ignore everything in this directory +* +# Except this file +!.gitignore \ No newline at end of file diff --git a/nginx/windows/temp/.gitignore b/nginx/windows/temp/.gitignore new file mode 100644 index 0000000..86d0cb2 --- /dev/null +++ b/nginx/windows/temp/.gitignore @@ -0,0 +1,4 @@ +# Ignore everything in this directory +* +# Except this file +!.gitignore \ No newline at end of file