From 6ac0cb8f2f5727557ba568e84f9fc7c330caf36c Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Bj=C3=B6rn?= Date: Mon, 10 Aug 2020 20:06:22 +0200 Subject: [PATCH] adding --- .gitignore | 4 ++-- resources/nginx/templates/custom/.gitkeep | 0 storage/cache/.gitkeep | 0 3 files changed, 2 insertions(+), 2 deletions(-) create mode 100644 resources/nginx/templates/custom/.gitkeep create mode 100644 storage/cache/.gitkeep diff --git a/.gitignore b/.gitignore index c1a16ce..d618ae3 100644 --- a/.gitignore +++ b/.gitignore @@ -9,8 +9,8 @@ database/database.sqlite storage/logs/* !storage/logs/.gitkeep -storage/cache +storage/cache/* !storage/cache/.gitkeep -resources/nginx/templates/custom +resources/nginx/templates/custom/* !resources/nginx/templates/custom/.gitkeep \ No newline at end of file diff --git a/resources/nginx/templates/custom/.gitkeep b/resources/nginx/templates/custom/.gitkeep new file mode 100644 index 0000000..e69de29 diff --git a/storage/cache/.gitkeep b/storage/cache/.gitkeep new file mode 100644 index 0000000..e69de29