Various improvements #169

Merged
schmelczer merged 78 commits from asch/saturday into main 2025-11-30 15:24:52 +00:00
Showing only changes of commit af177813b9 - Show all commits

Ignore ds store

Andras Schmelczer 2025-11-29 17:18:38 +00:00

View file

@ -117,7 +117,8 @@ export default class VaultLinkPlugin extends Plugin {
DEFAULT_SETTINGS.ignorePatterns.push(
".obsidian/**",
".git/**",
".trash/**"
".trash/**",
"**/.DS_Store"
);
const client = await SyncClient.create({