From 5aea1d3946f0e8e1e3dab533942b9ab4078ac3f1 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 | 2 ++ 1 file changed, 2 insertions(+) diff --git a/.gitignore b/.gitignore index bc20946..1f8e454 100644 --- a/.gitignore +++ b/.gitignore @@ -1,4 +1,6 @@ /graphics .DS_Store + **/*.secret **/*.pw +mounts/