Continuing work

Jaap Marsman 2023-03-06 18:17:23 +08:00
parent a49b3ccf84
commit cf859ba0d0
2 changed files with 28 additions and 1 deletions

27
.gitignore vendored Normal file

@ -0,0 +1,27 @@
# 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
makefile

@ -1,4 +1,4 @@
git: git:
git add -A git add -A
git commit -m "$m" git commit -m "Continuing work"
git push git push