From acdb255e7225f68ec34d6b577d286c46eb989235 Mon Sep 17 00:00:00 2001 From: yanxin Date: Tue, 29 Nov 2022 11:05:01 -0600 Subject: [PATCH] add config ignore for android and ios --- .gitignore | 2 ++ 1 file changed, 2 insertions(+) diff --git a/.gitignore b/.gitignore index 9920ae5..1cd92df 100644 --- a/.gitignore +++ b/.gitignore @@ -1,5 +1,7 @@ # to exclude Obsidian workspace settings (including plugin and hotkey configurations) .obsidian/* +.obsidian.android/* +.obsidian.ios/* # OR only to exclude workspace cache .obsidian/workspace/*