From 00a2ca191328da900d56c6606a7db2b0d954eaa7 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?=E6=9D=BE=E6=B5=A6=20=E7=9F=A5=E4=B9=9F=20Matsuura=20Tomoy?= =?UTF-8?q?a?= Date: Sun, 29 Oct 2023 17:42:20 +0900 Subject: [PATCH] add obsidian gitignore --- .gitignore | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/.gitignore b/.gitignore index 5fa3cae..f96e353 100644 --- a/.gitignore +++ b/.gitignore @@ -1,3 +1,4 @@ resources public/ -.DS_Store \ No newline at end of file +.DS_Store +content/.obsidian \ No newline at end of file