tl;dr Is there a standard .gitignore
file for Obsidian being used collaberatively with Git?
We are using obsidian collaboratively to document our software development process. Developer docs.
We use Git as our tool to coordinate our efforts generally.
I am playing “whack’a’mole” with my .gitignore
.
What we need is o know which obsidian files related ot content and which to presentation. So the content gets archived in Git, but not our personal configurations. (Theme, search history are two “moles I whacked”.
Is there an standard .gitignore
for Obsidian?
I have seen this but it is very limited. (And wrong. Where it says .obsidian/workspaces.json
it means: .obsidian/workspace.json
).
Already I have:
.obsidian/themes
.obsidian/appearance.json
.obsidian/workspace.json
What more might I need?