文件预览

filter.txt

查看 Sync Notes 技能包中的文件内容。

文件内容

config/filter.txt

# rclone filter rules for sync-notes
# Format: each line is "+ pattern" (include) or "- pattern" (exclude).
# First match wins; unmatched files are included by default.
# See: https://rclone.org/filtering/

# Obsidian internal state — managed per-device, not synced (matches Remotely Save default)
- .obsidian/**

# Obsidian trash
- .trash/**

# OS / editor cruft
- .DS_Store
- Thumbs.db
- *.swp
- *.swo
- .~lock.*