Initial commit
This commit is contained in:
26
.gitignore
vendored
Normal file
26
.gitignore
vendored
Normal file
@@ -0,0 +1,26 @@
|
||||
# to exclude Obsidian workspace settings (including plugin and hotkey configurations)
|
||||
.obsidian/*
|
||||
|
||||
# OR only to exclude workspace cache
|
||||
.obsidian/workspace/*
|
||||
|
||||
# Exclude plugins
|
||||
.obsidian/plugins/*
|
||||
|
||||
# Exclude consultant specific files "personal"
|
||||
05*-*Personal/
|
||||
|
||||
# Exclude Day Planner directory placed in vault root
|
||||
Day*Planners/*
|
||||
|
||||
# This file is used to keep track of last auto backup/pull
|
||||
.obsidian-git-data
|
||||
|
||||
# Exclude Untitled Notes
|
||||
Untitled*
|
||||
# Exclude "bad" names
|
||||
null*
|
||||
|
||||
# Add below lines to exclude OS settings and caches
|
||||
.trash/
|
||||
.DS_Store
|
||||
4
Dashboard.md
Normal file
4
Dashboard.md
Normal file
@@ -0,0 +1,4 @@
|
||||
---
|
||||
cssclass: dashboard
|
||||
---
|
||||
|
||||
3
Subjects/Docker.md
Normal file
3
Subjects/Docker.md
Normal file
@@ -0,0 +1,3 @@
|
||||
---
|
||||
|
||||
---
|
||||
Reference in New Issue
Block a user