add config ignore for android and ios

This commit is contained in:
yanxin
2022-11-29 11:05:01 -06:00
parent 7e246158de
commit acdb255e72

2
.gitignore vendored
View File

@@ -1,5 +1,7 @@
# to exclude Obsidian workspace settings (including plugin and hotkey configurations) # to exclude Obsidian workspace settings (including plugin and hotkey configurations)
.obsidian/* .obsidian/*
.obsidian.android/*
.obsidian.ios/*
# OR only to exclude workspace cache # OR only to exclude workspace cache
.obsidian/workspace/* .obsidian/workspace/*