Is .obsidian sensitive folder?

Does adding .obsidian to a public git repositories add some security issues? Like does it store mail, passwords, etc…
And what folders should be added to .gitignore for .obsidian?

Thank you

This depends on what community plugins you are using.

The login information for your Obsidian account(if you have one) are stored seperate.

Most plugins use the .obsidian folder to store their configuration, so if you have a plugin that uses sensitive configuration values, you would find those in that plugins data.json

You should ignore the .obsidian/workspace file, as that stores the location of all your open panes and leads to conflicts often

This topic was automatically closed 90 days after the last reply. New replies are no longer allowed.