Skip to content
This repository has been archived by the owner on Feb 22, 2024. It is now read-only.

Commit

Permalink
Merge pull request #109 from jonnius/master
Browse files Browse the repository at this point in the history
Add example to selective sync in the README
  • Loading branch information
xybu committed Jan 14, 2019
2 parents 4f24e4f + 21e091b commit 7189214
Showing 1 changed file with 9 additions and 0 deletions.
9 changes: 9 additions & 0 deletions README.md
Expand Up @@ -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`

Expand Down

0 comments on commit 7189214

Please sign in to comment.