keathmilligan_obsidian-past.../.gitignore
Keath Milligan b20b44f218
Fix transform & paste handling issues (#24)
* fix: extra blank lines being added to initial html transform

* fix: ignore selected texted when determining contextual heading level

* fix: ignore events already handled by another plugin

* feat(ci): add CI workflow

* chore: add package-lock.json
2026-06-01 14:15:34 -05:00

36 lines
310 B
Text

# Build output
main.js
*.js.map
data.json
# Development environment
node_modules/
.DS_Store
.vscode/
.idea/
.history/
# Temporary files
*.log
*.tmp
*.temp
.env
# Distribution files
dist/
dist
build/
# Testing
coverage/
.nyc_output/
# Obsidian
.obsidian/
.trash/
# Gen AI tools
.roo/
.opencode/
.claude/