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 81893178fd) so need to ensure it doesn't try and get checked into git
This commit is contained in:
James Loh
2025-06-25 15:44:39 +10:00
parent a924fa976a
commit 57c084aac0

3
.gitignore vendored
View File

@@ -70,3 +70,6 @@ typings/
# Ghost Docker Custom
.tinyb
# Where we store docker data by default
data