Compare commits

..
1 Commits
Author SHA1 Message Date
m038andClaude Opus 4.8 4aa9ae9b23 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 <noreply@anthropic.com>
Claude-Session: https://claude.ai/code/session_01Np4cMQLF77i664CAQXySzU
2026-07-04 23:32:53 +02:00
2 changed files with 2 additions and 6 deletions
+2
View File
@@ -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/
-6
View File
@@ -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' }