Broaden gitignore to cover *.bak under seed/data/ (followup to 5f16855)
Commit 5f16855's message claimed it broadened .gitignore alongside the git rm --cached, but the .gitignore edit was left unstaged. This commit actually applies the change so future *.db.bak / *.bak files dropped into start9/*/seed/data/ stay out of version control.
This commit is contained in:
+7
-3
@@ -40,7 +40,11 @@ proof-of-work/prisma/dev.db
|
|||||||
proof-of-work/prisma/data/*.db
|
proof-of-work/prisma/data/*.db
|
||||||
!proof-of-work/prisma/data/.keep
|
!proof-of-work/prisma/data/.keep
|
||||||
|
|
||||||
# Live data snapshot pulled off the running 0.3.5 host — contains real
|
# Live data snapshot pulled off the running host — contains real
|
||||||
# workout history. Stays on disk so the maintainer can rebuild the seeded
|
# workout history. Stays on disk so the maintainer can rebuild the
|
||||||
# cutover image, but MUST never be committed to a public repo.
|
# cutover image, but MUST never be committed to a public repo. Also
|
||||||
|
# matches *.db.bak (refresh_seed and manual cutover both produce
|
||||||
|
# .bak rollback files alongside the live snapshot).
|
||||||
start9/*/seed/data/*.db
|
start9/*/seed/data/*.db
|
||||||
|
start9/*/seed/data/*.db.bak
|
||||||
|
start9/*/seed/data/*.bak
|
||||||
|
|||||||
Reference in New Issue
Block a user