Initial commit: Vault setup with .gitignore
This commit is contained in:
commit
f68821a4f3
142 changed files with 77519 additions and 0 deletions
29
.gitignore
vendored
Normal file
29
.gitignore
vendored
Normal file
|
@ -0,0 +1,29 @@
|
|||
# Device-specific layout (safe to ignore across machines)
|
||||
.obsidian/workspace.json
|
||||
.obsidian/workspace-mobile.json
|
||||
|
||||
# Obsidian plugin cache or temp files
|
||||
.obsidian/plugins/**/data.json
|
||||
.obsidian/plugins/**/cache.json
|
||||
.obsidian/plugins/**/.cache/
|
||||
.obsidian/plugins/**/__pycache__/
|
||||
|
||||
# OS and editor temp files
|
||||
.DS_Store
|
||||
Thumbs.db
|
||||
desktop.ini
|
||||
*.log
|
||||
*.swp
|
||||
*.swo
|
||||
*.bak
|
||||
*.tmp
|
||||
~$*
|
||||
|
||||
# VS Code folders (optional)
|
||||
.vscode/
|
||||
.vscode-insiders/
|
||||
|
||||
# Node modules (if you build plugins)
|
||||
node_modules/
|
||||
dist/
|
||||
|
Loading…
Add table
Add a link
Reference in a new issue