#!/bin/sh # FIXME: Run as user radicale in dir ~/collections/collection-root git init echo '.Radicale.cache' > .gitignore echo '.Radicale.lock' >> .gitignore echo '.Radicale.tmp-*' >> .gitignore git add '*.ics' '*.vcf' '*.props' .gitignore git commit -m "Initial snapshot."