From bc3284ad6934737f7bc90880bfd53881e8db30fa Mon Sep 17 00:00:00 2001 From: AlexAI Date: Tue, 24 Feb 2026 09:45:53 -0600 Subject: [PATCH] Initial commit - add .gitignore --- .gitignore | 13 +++++++++++++ 1 file changed, 13 insertions(+) create mode 100644 .gitignore diff --git a/.gitignore b/.gitignore new file mode 100644 index 0000000..ba2abff --- /dev/null +++ b/.gitignore @@ -0,0 +1,13 @@ +# Obsidian +.obsidian/workspace.json +.obsidian/workspaces.json +.obsidian/cache +.obsidian/plugins/obsidian-git/data.json + +# OS files +.DS_Store +Thumbs.db + +# Temp files +*.tmp +*.swp