.thorg Data in Thorg Workspace ($THORG_WORKSPACE/.thorg)
The Thorg workspace directory ($THORG_WORKSPACE/.thorg) resides under your Thorg Workspace directory and holds Thorg-specific files that are typically shared by default when using shared vaults.
Source Control Guidance
We recommend tracking the $THORG_WORKSPACE/.thorg directory in source control with appropriate exclusions:
When Thorg initializes this directory, it creates the following subdirectories:
- $THORG_WORKSPACE/.thorg/data - ✅ Include in source control.
- $THORG_WORKSPACE/.thorg/tmp - 🚫 Exclude from source control (Thorg will automatically add a
.gitignoreentry for this folder).
Thorg-related files outside of $THORG_WORKSPACE/.thorg
Thorg stores additional files outside of the workspace/vault. See $HOME/.thorg (Directory)
Related
Children
Backlinks