From a33065889f01941c3f2063c3a895653bd02ae244 Mon Sep 17 00:00:00 2001 From: xengineering Date: Fri, 11 Nov 2022 19:23:39 +0100 Subject: Ensure that storage folder exists for debugging A not existing data/storage folder could break the program with the debug.json config file used. The .gitkeep file which is introduced with this commit ensures that the folder exists. --- data/.gitignore | 2 +- data/storage/.gitkeep | 0 2 files changed, 1 insertion(+), 1 deletion(-) create mode 100644 data/storage/.gitkeep (limited to 'data') diff --git a/data/.gitignore b/data/.gitignore index fa780e2..0b7e618 100644 --- a/data/.gitignore +++ b/data/.gitignore @@ -1 +1 @@ -storage +./storage/* diff --git a/data/storage/.gitkeep b/data/storage/.gitkeep new file mode 100644 index 0000000..e69de29 -- cgit v1.2.3-70-g09d2