mirror of
https://github.com/nicotsx/ironmount.git
synced 2025-12-10 12:10:51 +01:00
21 lines
389 B
YAML
21 lines
389 B
YAML
sync:
|
|
defaults:
|
|
ignore:
|
|
vcs: true
|
|
paths:
|
|
- "node_modules"
|
|
- ".git"
|
|
- ".DS_Store"
|
|
- "tmp"
|
|
- "logs"
|
|
- "mutagen.yml.lock"
|
|
- "data"
|
|
ironmount:
|
|
alpha: "."
|
|
beta: "nicolas@192.168.2.42:/home/nicolas/ironmount"
|
|
mode: "one-way-replica"
|
|
flushOnCreate: true
|
|
ignore:
|
|
paths:
|
|
- "node_modules"
|