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/storage/.gitkeep | 0 1 file changed, 0 insertions(+), 0 deletions(-) create mode 100644 data/storage/.gitkeep (limited to 'data/storage') diff --git a/data/storage/.gitkeep b/data/storage/.gitkeep new file mode 100644 index 0000000..e69de29 -- cgit v1.2.3-70-g09d2