mirror of
https://github.com/ueberdosis/tiptap.git
synced 2026-03-26 09:59:07 +00:00
* feat: Add a `dispatchTransaction` hook to extensions for intercepting and modifying ProseMirror transactions. * Added docs to gitignore
52 lines
707 B
Plaintext
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
|