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:
@@ -3,9 +3,11 @@
|
|||||||
!/plugins/cache-on-save/
|
!/plugins/cache-on-save/
|
||||||
!/plugins/story-blocks/
|
!/plugins/story-blocks/
|
||||||
/data/
|
/data/
|
||||||
|
/accounts/testrunner.yaml
|
||||||
/pages/01.trips/italy-2026-demo/
|
/pages/01.trips/italy-2026-demo/
|
||||||
/pages/02.post/*ui-test*/
|
/pages/02.post/*ui-test*/
|
||||||
/config/plugins/git-sync.yaml
|
/config/plugins/git-sync.yaml
|
||||||
/config/plugins/api-private.php
|
/config/plugins/api-private.php
|
||||||
/config/security.yaml
|
/config/security.yaml
|
||||||
|
/config/versions.yaml
|
||||||
/themes/intotheeast/node_modules/
|
/themes/intotheeast/node_modules/
|
||||||
|
|||||||
@@ -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