From c9b8b23915fd7ee191ad2364705039ef157667fb Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Robert=20Sch=C3=A4fer?= Date: Mon, 21 Jan 2019 22:17:00 +0100 Subject: [PATCH] Keep public folder empty --- .dockerignore | 2 ++ .gitignore | 2 ++ public/.gitkeep | 0 3 files changed, 4 insertions(+) create mode 100644 public/.gitkeep diff --git a/.dockerignore b/.dockerignore index f5a08be39..161805c9c 100644 --- a/.dockerignore +++ b/.dockerignore @@ -18,3 +18,5 @@ dist/ db-migration-worker/ neo4j/ + +public/ diff --git a/.gitignore b/.gitignore index a5e987954..e34da736c 100644 --- a/.gitignore +++ b/.gitignore @@ -5,3 +5,5 @@ yarn-error.log dist/* coverage.lcov .nyc_output/ +public/* +!.gitkeep diff --git a/public/.gitkeep b/public/.gitkeep new file mode 100644 index 000000000..e69de29bb