From 57c084aac084a486cbd386ed047e2f5ed563e5a8 Mon Sep 17 00:00:00 2001 From: James Loh Date: Wed, 25 Jun 2025 15:44:39 +1000 Subject: [PATCH] Ignore new data dir in git ref https://linear.app/ghost/issue/ENG-2413 - This is where we now store Ghost and MySQL data by default (see commit 81893178fda23f09dc7acd3af0e952ed8fb6c30c) so need to ensure it doesn't try and get checked into git --- .gitignore | 3 +++ 1 file changed, 3 insertions(+) diff --git a/.gitignore b/.gitignore index 7857bf3..d005b22 100644 --- a/.gitignore +++ b/.gitignore @@ -70,3 +70,6 @@ typings/ # Ghost Docker Custom .tinyb + +# Where we store docker data by default +data