feat: Add Obsidian vault configuration and documentation for navigation and memory management
This commit is contained in:
22
.obsidian/app.json
vendored
Normal file
22
.obsidian/app.json
vendored
Normal file
@@ -0,0 +1,22 @@
|
||||
{
|
||||
"attachmentFolderPath": "knowledge/assets",
|
||||
"newFileLocation": "current",
|
||||
"userIgnoreFilters": [
|
||||
".git/",
|
||||
".opencode/node_modules/",
|
||||
".opencode/package-lock.json",
|
||||
".opencode/package.json",
|
||||
"ai/inbox/",
|
||||
"archives/",
|
||||
"**/archives/",
|
||||
"scripts/**/.venv/",
|
||||
"scripts/**/generated/",
|
||||
"**/.venv/",
|
||||
"**/generated/",
|
||||
"scripts/mattermost/.venv/",
|
||||
"scripts/mattermost/generated/",
|
||||
"scripts/slack/generated/",
|
||||
"**/__pycache__/",
|
||||
"**/*.pyc"
|
||||
]
|
||||
}
|
||||
Reference in New Issue
Block a user