From e53b5ba67735d8a1f5edc53c8d6ecf19412aebfd Mon Sep 17 00:00:00 2001 From: ByteDice Date: Tue, 10 Jun 2025 23:08:59 +0200 Subject: [PATCH] .gitkeep to /data/db to include it in the repo (and avoid making a generator). --- data/db/.gitkeep | 2 ++ 1 file changed, 2 insertions(+) create mode 100644 data/db/.gitkeep diff --git a/data/db/.gitkeep b/data/db/.gitkeep new file mode 100644 index 0000000..69abd31 --- /dev/null +++ b/data/db/.gitkeep @@ -0,0 +1,2 @@ +This file is only here so git saves this folder. +The file is not important and may be removed unless you are contributing to the project. \ No newline at end of file