fancive_obsidian-parallel-r.../.gitignore
wujunchen 098fee763c build: enable linked source maps for production builds
Generates main.js.map alongside main.js so error stack traces in the
Obsidian developer console point to original source locations.

Change-Id: I3f63196bfa421c2ac69aee371e4c294d42ee629c
2026-04-27 19:48:26 +08:00

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/