Initial creation of Obsidian Vault, with .gitignore ignoring the .obsidian config folder
This commit is contained in:
15
.gitignore
vendored
Normal file
15
.gitignore
vendored
Normal 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/
|
||||
Reference in New Issue
Block a user