diff --git a/.gitignore b/.gitignore index f60af7f..f061070 100644 --- a/.gitignore +++ b/.gitignore @@ -46,18 +46,10 @@ $RECYCLE.BIN/ # IDE and Editor Files ################################################################################ -# Obsidian -.obsidian/workspace.json -.obsidian/workspace-mobile.json -.obsidian/workspace/* -# Uncomment below if you want to ignore all Obsidian settings except specific ones -# .obsidian/* -# !.obsidian/app.json -# !.obsidian/appearance.json -# !.obsidian/core-plugins.json -# !.obsidian/community-plugins.json -# !.obsidian/hotkeys.json -# !.obsidian/graph.json +# Obsidian - ignore all personal settings except plugin configs +.obsidian/* +!.obsidian/core-plugins.json +!.obsidian/community-plugins.json # JetBrains IDEs (IntelliJ, GoLand, etc.) .idea/ diff --git a/.obsidian/app.json b/.obsidian/app.json deleted file mode 100644 index 9e26dfe..0000000 --- a/.obsidian/app.json +++ /dev/null @@ -1 +0,0 @@ -{} \ No newline at end of file diff --git a/.obsidian/appearance.json b/.obsidian/appearance.json deleted file mode 100644 index 9e26dfe..0000000 --- a/.obsidian/appearance.json +++ /dev/null @@ -1 +0,0 @@ -{} \ No newline at end of file