From 8cb7b672d61cc5ca0db1a07ed21a39baeb791007 Mon Sep 17 00:00:00 2001 From: "D. Scott Boggs" Date: Thu, 8 May 2025 08:51:02 -0400 Subject: [PATCH] Repo is deployment dir Rather than putting the source repo in a build dir and having a mount dir next to that, the source repo itself is the deployment dir, with the mount dir inside of it. We do not want to commit the contents of the database to the repo obviously --- .gitignore | 1 + 1 file changed, 1 insertion(+) diff --git a/.gitignore b/.gitignore index 600adcb..4a7c74c 100644 --- a/.gitignore +++ b/.gitignore @@ -3,3 +3,4 @@ **/*.pw **/*.secret +mounts/