From 78a14f7e69a213fea161059e4b9b24f7ffe2a1b6 Mon Sep 17 00:00:00 2001 From: Spacedio Date: Sat, 25 Apr 2026 00:09:49 -0400 Subject: Initial commit. --- .gitignore | 13 +++++++++++++ 1 file changed, 13 insertions(+) create mode 100644 .gitignore (limited to '.gitignore') diff --git a/.gitignore b/.gitignore new file mode 100644 index 0000000..98eee5e --- /dev/null +++ b/.gitignore @@ -0,0 +1,13 @@ +# Ignore all Obsidian configuration by default +.obsidian/ + +# Uncomment to sync specific configurations: +# !.obsidian/app.json +# !.obsidian/appearance.json +# !.obsidian/community-plugins.json +# !.obsidian/core-plugins.json +# !.obsidian/workspace.json + +# System files +.trash/ +.DS_Store -- cgit v1.2.3