Files
bdbch ac8361c710 dispatchTransaction in extensions (#7382)
* feat: Add a `dispatchTransaction` hook to extensions for intercepting and modifying ProseMirror transactions.

* Added docs to gitignore
2026-01-05 20:16:08 +01:00

52 lines
707 B
Plaintext

*.log
.cache
.DS_Store
.temp
node_modules
dist
.env
.env.*
.eslintcache
.instructions
.agent
docs
# Log files
npm-debug.log*
yarn-debug.log*
yarn-error.log*
# parcel-bundler cache (https://parceljs.org/)
.cache
# Turbo cache
.turbo
.rpt2_cache
.rts2_cache
.rts2_cache_cjs
.rts2_cache_es
.rts2_cache_umd
tests/cypress/videos
/tests/cypress/screenshots
# Ignore intellij project files
.idea
# packaged files
packages/**/*.tgz
packages-deprecated/**/*.tgz
demos/*.tgz
# demo directories
demos/src/Dev/**
!demos/src/Dev/.gitkeep
# instructions
.github/instructions/*
!.github/instructions/tiptap.instructions.md
!.github/instructions/changeset.instructions.md
!.github/instructions/PR.instructions.md