diff --git a/.gitignore b/.gitignore index 1a4ce24..a5a97ad 100644 --- a/.gitignore +++ b/.gitignore @@ -1,8 +1,6 @@ # Obsidian app config (device-specific) .obsidian/workspace.json .obsidian/workspace-mobile.json -.obsidian/plugins/obsidian-git/data.json - # Smart Connections embeddings (large, auto-regenerated) .smart-env/ diff --git a/.obsidian/plugins/obsidian-git/data.json b/.obsidian/plugins/obsidian-git/data.json new file mode 100644 index 0000000..9b825d3 --- /dev/null +++ b/.obsidian/plugins/obsidian-git/data.json @@ -0,0 +1,32 @@ +{ + "commitMessage": "vault: auto-commit {{date}}", + "commitDateFormat": "YYYY-MM-DD HH:mm:ss", + "autoSaveInterval": 1, + "autoPushInterval": 0, + "autoPullInterval": 0, + "autoPullOnBoot": true, + "disablePush": false, + "pullBeforePush": true, + "disablePopups": false, + "listChangedFilesInMessageBody": false, + "showStatusBar": true, + "updateSubmodules": false, + "syncMethod": "merge", + "customMessageOnAutoBackup": false, + "autoBackupAfterFileChange": true, + "treeStructure": false, + "refreshSourceControl": true, + "basePath": "", + "differentIntervalCommitAndPush": false, + "changedFilesInStatusBar": true, + "username": "", + "timeout": 20, + "obfuscateVaultName": false, + "gitDir": "", + "worktreePath": "", + "refreshSourceControlTimer": 7000, + "showedMobileNotice": false, + "renameDeleteThreshold": 50, + "useGitStatusCache": true, + "showFileMenu": true +}