I removed the data folder from git-sync because it contains emails and the mail queue. Data that I don't want to sync with GitLab because of GDPR reasons. But for some reason git-sync doesn't respect this configuration. It syncs all folders in user/. I removed all configs in /user/config/plugins/git-sync.yaml and in $website/config/plugins/git-sync.yaml, uninstalled the plugin and started from scratch with the wizard. Did not select data, but in the clean GitLab repo user/data does show up.
Since I run the latest version of Grav and the git-sync plugin, removed all old configs and ran the wizard from scratch a few times and could reproduce it every time, I think it's a bug.
I removed the
data
folder fromgit-sync
because it contains emails and the mail queue. Data that I don't want to sync with GitLab because of GDPR reasons. But for some reasongit-sync
doesn't respect this configuration. It syncs all folders inuser/
. I removed all configs in/user/config/plugins/git-sync.yaml
and in$website/config/plugins/git-sync.yaml
, uninstalled the plugin and started from scratch with the wizard. Did not selectdata
, but in the clean GitLab repouser/data
does show up.Since I run the latest version of Grav and the
git-sync
plugin, removed all old configs and ran the wizard from scratch a few times and could reproduce it every time, I think it's a bug.