blob: 6ca03e2a8e611c854689bc5e4552427b3517279a (
plain)
- #!/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."
|