mirror of
https://github.com/jacobinwwey/obsidian-NotEMD.git
synced 2026-07-22 05:48:27 +00:00
Add an optional ownership-scoped Tectonic environment with secure installation, native compile verification, and topology-preserving repair support. Harden CircuitikZ generation and preview routing, fix the history drawer scroll model, and synchronize bilingual architecture, user guidance, and localized README documentation.
74 lines
1.2 KiB
Text
74 lines
1.2 KiB
Text
# vscode
|
|
.vscode
|
|
|
|
#gemini
|
|
.gemini-clipboard
|
|
.gemini
|
|
|
|
# Intellij
|
|
*.iml
|
|
.idea
|
|
|
|
# npm
|
|
node_modules
|
|
coverage
|
|
|
|
# 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
|
|
|
|
# Exclude macOS Finder (System Explorer) View States
|
|
.DS_Store
|
|
|
|
#skills
|
|
skills
|
|
ref
|
|
|
|
# local git worktrees
|
|
.worktrees
|
|
.cache
|
|
.tmp/
|
|
.tmp_repo_saga_tool
|
|
scripts/.tmp-*
|
|
|
|
# local trellis workflow state
|
|
.trellis/
|
|
|
|
# local MindFS workflow state
|
|
.mindfs/
|
|
|
|
# vitepress local docs artifacts
|
|
docs/.vitepress/cache
|
|
docs/.vitepress/dist
|
|
docs/.obsidian/
|
|
|
|
# local vault/runtime-generated artifacts from the docs test vault
|
|
render-host.mjs
|
|
docs/Notemd_Error_Log_*.txt
|
|
docs/Notemd_Provider_Diagnostic_*.txt
|
|
docs/*_summ.md
|
|
docs/*_diagram.canvas
|
|
docs/*_diagram.json
|
|
docs/*_diagram.html
|
|
docs/*_diagram.md
|
|
docs/*_preview.svg
|
|
docs/*_preview.png
|
|
docs/*_diagram_preview.svg
|
|
docs/*_diagram_preview.png
|
|
|
|
# local Slidev test export artifacts
|
|
docs/export/*
|
|
!docs/export/README.md
|
|
!docs/export/README.zh-CN.md
|
|
docs/export/test-slidev-*/
|
|
docs/export/test-slidev.pdf
|
|
docs/export/test-slidev-video.mp4
|
|
|
|
# GEO internal reports (not for public repo)
|
|
GEO_OPTIMIZATION_REPORT.md
|