From 21e091be471158ba773fc102d047d8184fb63f41 Mon Sep 17 00:00:00 2001 From: jonnius Date: Wed, 3 Oct 2018 19:59:07 +0200 Subject: [PATCH] Add example to selective sync --- README.md | 9 +++++++++ 1 file changed, 9 insertions(+) diff --git a/README.md b/README.md index 3dac4f4..b436a14 100644 --- a/README.md +++ b/README.md @@ -422,6 +422,15 @@ A HTTPS proxy must have a verifiable SSL certificate. #### Edit configuration of an existing Drive #### Edit ignore list (selective sync) +The ignore list follows the [rules of .gitignore](https://git-scm.com/docs/gitignore). For example to only sync **/foo/bar** add +``` +/* +!/foo +/foo/* +!/foo/bar +!/foo/bar/* +``` +The first line means to ignore everything but the lines starting with an `!`. #### Remove a Drive from `onedrived`