From 0b7eabe736a36ea80241c59c5b3611c2801c99f6 Mon Sep 17 00:00:00 2001 From: John-Paul Robinson <jpr@uab.edu> Date: Tue, 6 May 2025 11:54:47 -0500 Subject: [PATCH] Remove .obsidian/core-plugins.json state from repo This state seems to change based on casual UI interactions. It may need to be tracked in the future if we find it has more universal functions across instances. --- .gitignore | 3 +++ .obsidian/core-plugins.json | 20 -------------------- 2 files changed, 3 insertions(+), 20 deletions(-) delete mode 100644 .obsidian/core-plugins.json diff --git a/.gitignore b/.gitignore index a7d034f..3f9a1f0 100644 --- a/.gitignore +++ b/.gitignore @@ -1,2 +1,5 @@ # workspace changes are local to working dir so don't track .obsidian/workspace.json + +# seems to change due to UI interaction +.obsidian/core-plugins.json diff --git a/.obsidian/core-plugins.json b/.obsidian/core-plugins.json deleted file mode 100644 index 9405bfd..0000000 --- a/.obsidian/core-plugins.json +++ /dev/null @@ -1,20 +0,0 @@ -[ - "file-explorer", - "global-search", - "switcher", - "graph", - "backlink", - "canvas", - "outgoing-link", - "tag-pane", - "page-preview", - "daily-notes", - "templates", - "note-composer", - "command-palette", - "editor-status", - "bookmarks", - "outline", - "word-count", - "file-recovery" -] \ No newline at end of file -- GitLab