mirror of
https://github.com/keathmilligan/obsidian-paste-reformatter.git
synced 2026-07-22 05:43:44 +00:00
* 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
36 lines
310 B
Text
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/
|
|
|