mirror of
https://github.com/rait-09/obsidian-agent-client.git
synced 2026-07-22 06:43:37 +00:00
50 lines
745 B
Text
50 lines
745 B
Text
# vscode
|
|
.vscode/*
|
|
!.vscode/settings.json
|
|
!.vscode/extensions.json
|
|
|
|
.vscode/launch.json
|
|
|
|
# Zed
|
|
.zed/*
|
|
!.zed/settings.json
|
|
|
|
# Intellij
|
|
*.iml
|
|
.idea
|
|
|
|
# npm
|
|
node_modules
|
|
|
|
# Don't include the compiled main.js file in the repo.
|
|
# They should be uploaded to GitHub releases instead.
|
|
main.js
|
|
|
|
# Exclude sourcemaps
|
|
*.map
|
|
|
|
# obsidian
|
|
data.json
|
|
sessions/
|
|
|
|
# Exclude macOS Finder (System Explorer) View States
|
|
.DS_Store
|
|
|
|
# AI coding agent settings (tracked for shared configuration)
|
|
# .claude/
|
|
|
|
# MCP client configuration
|
|
.mcp.json
|
|
|
|
# Local cache and memory data generated by Serena MCP
|
|
.serena/
|
|
|
|
# VitePress build output
|
|
docs/.vitepress/dist/
|
|
docs/.vitepress/cache/
|
|
|
|
# Personal developer logs
|
|
dev/
|
|
|
|
# Local implementation plans and working documents
|
|
plan/
|