mirror of
https://github.com/fancive/obsidian-parallel-reader.git
synced 2026-07-22 06:53:43 +00:00
29 lines
343 B
Text
29 lines
343 B
Text
# Plugin runtime data (user cache + settings, not source)
|
|
data.json
|
|
cache.json
|
|
|
|
# Editor / OS
|
|
.DS_Store
|
|
.vscode/
|
|
.idea/
|
|
*.swp
|
|
*.swo
|
|
|
|
# Node
|
|
node_modules/
|
|
dist/
|
|
*.log
|
|
|
|
# Build artifacts
|
|
main.js
|
|
main.js.map
|
|
|
|
# Agent state
|
|
.agent/
|
|
.claude/
|
|
.orchestration/
|
|
|
|
# E2E contract runtime artifacts
|
|
.e2e/artifact.json
|
|
.e2e/artifact.json.sig
|
|
.e2e/results/
|