mirror of
https://github.com/fancive/obsidian-parallel-reader.git
synced 2026-07-22 06:53:43 +00:00
Generates main.js.map alongside main.js so error stack traces in the Obsidian developer console point to original source locations. Change-Id: I3f63196bfa421c2ac69aee371e4c294d42ee629c
21 lines
234 B
Text
21 lines
234 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 (source maps)
|
|
main.js.map
|
|
|
|
# Agent state
|
|
.agent/
|