From 4aa9ae9b23d4032f016e6f84d179b632aac29662 Mon Sep 17 00:00:00 2001 From: Mischa Date: Sat, 4 Jul 2026 23:32:53 +0200 Subject: [PATCH] chore: stop tracking config/versions.yaml (per-install Grav state) versions.yaml records each install's Grav schema-migration state and differs per environment (dev 2.0.4, prod 2.0.7). Tracking it in the shared content repo caused cross-env drift; with git-sync enabled it would push one env's version stamp to all others. Gitignore + untrack so each install owns its own (Grav regenerates it). Mirrors the existing treatment of security.yaml / api-private.php. Co-Authored-By: Claude Opus 4.8 Claude-Session: https://claude.ai/code/session_01Np4cMQLF77i664CAQXySzU --- .gitignore | 2 ++ config/versions.yaml | 6 ------ 2 files changed, 2 insertions(+), 6 deletions(-) delete mode 100644 config/versions.yaml diff --git a/.gitignore b/.gitignore index 4e7cc00..8b1c03d 100644 --- a/.gitignore +++ b/.gitignore @@ -3,9 +3,11 @@ !/plugins/cache-on-save/ !/plugins/story-blocks/ /data/ +/accounts/testrunner.yaml /pages/01.trips/italy-2026-demo/ /pages/02.post/*ui-test*/ /config/plugins/git-sync.yaml /config/plugins/api-private.php /config/security.yaml +/config/versions.yaml /themes/intotheeast/node_modules/ diff --git a/config/versions.yaml b/config/versions.yaml deleted file mode 100644 index 7c71bc3..0000000 --- a/config/versions.yaml +++ /dev/null @@ -1,6 +0,0 @@ -core: - grav: - version: 1.7.53 - schema: 1.7.53_2026-06-09_0 - history: - - { version: 1.7.53, date: '2026-06-17 22:27:48' }