mirror of
https://github.com/gabriele-cusato/HandTranscriptMd.git
synced 2026-07-22 06:14:06 +00:00
30 lines
502 B
Text
30 lines
502 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/
|
|
|
|
# Cartella C creata per errore dai vecchi script deploy (bug MSYS path conversion)
|
|
HandTranscriptMd/C*/
|