mirror of
https://github.com/gabriele-cusato/HandTranscriptMd.git
synced 2026-07-22 06:14:06 +00:00
54 lines
868 B
Text
54 lines
868 B
Text
# vscode
|
|
.vscode
|
|
|
|
# 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.
|
|
HandTranscriptMd/main.js
|
|
|
|
# Exclude sourcemaps
|
|
*.map
|
|
|
|
# obsidian
|
|
data.json
|
|
|
|
# Exclude macOS Finder (System Explorer) View States
|
|
.DS_Store
|
|
|
|
# Plugin di riferimento esterno (non fa parte di questo progetto)
|
|
obsidian_ink/
|
|
|
|
.vs/
|
|
.claude/
|
|
|
|
# Cartella C creata per errore dai vecchi script deploy (bug MSYS path conversion)
|
|
HandTranscriptMd/C*/
|
|
|
|
# Build output — included only in GitHub Releases, not in source
|
|
main.js
|
|
main.js.map
|
|
|
|
# Dependencies
|
|
node_modules/
|
|
|
|
# OS artifacts
|
|
.DS_Store
|
|
Thumbs.db
|
|
|
|
# Development-only / internal files — kept locally, not published
|
|
AGENTS.md
|
|
CLAUDE.md
|
|
NOTES.md
|
|
obsidianGuide.md
|
|
deploy.sh
|
|
cloudDeploy.sh
|
|
ObsidianDocs
|
|
/PUBLISH-FIX.md
|
|
/GUIDA-OBSIDIANPLUGIN.md
|
|
/TODO.md
|