Fixes #409
This commit is contained in:
@@ -1,6 +1,11 @@
|
||||
An attempt at documenting the changes/new features introduced in each
|
||||
release.
|
||||
|
||||
## Next
|
||||
|
||||
* Added `spaceIgnore` setting to not sync specific folders or file patterns to the client, see [[SETTINGS]] for documentation
|
||||
|
||||
|
||||
---
|
||||
|
||||
## 0.3.1
|
||||
|
||||
+5
-5
@@ -20,9 +20,9 @@ weeklyNoteMonday: false
|
||||
# Markdown
|
||||
previewOnRHS: true
|
||||
|
||||
# Sync
|
||||
sync:
|
||||
# Do not sync pages with a specific prefix
|
||||
excludePrefixes:
|
||||
- PLUGS
|
||||
# Defines files to ignore in a format compatible with .gitignore
|
||||
spaceIgnore: |
|
||||
dist
|
||||
largefolder
|
||||
*.mp4
|
||||
```
|
||||
|
||||
Reference in New Issue
Block a user