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
This commit is contained in:
@@ -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' }
|
||||
Reference in New Issue
Block a user