Initial creation of Obsidian Vault, with .gitignore ignoring the .obsidian config folder

This commit is contained in:
Netwxx
2026-06-07 21:33:16 -07:00
commit 9c9704be46
4 changed files with 63 additions and 0 deletions

15
.gitignore vendored Normal file
View File

@@ -0,0 +1,15 @@
# OS and editor clutter
.DS_Store
._*
Thumbs.db
ehthumbs.db
Icon?
.Spotlight-V100
.Trashes
*.swp
*.swo
*.tmp
# Obsidian - exclude all configuration
.obsidian/
.trash/