From 80dd681d91e9f7752448390983a47681b39d12ae Mon Sep 17 00:00:00 2001 From: Alexandru Pisarenco Date: Sat, 9 Jan 2021 03:06:55 +0100 Subject: [PATCH] .gitignore for private markdown note files --- .gitignore | 1 + 1 file changed, 1 insertion(+) diff --git a/.gitignore b/.gitignore index 2a1bc84..a56fd66 100644 --- a/.gitignore +++ b/.gitignore @@ -140,3 +140,4 @@ cython_debug/ # Local stuff /config_local.py +__*.md