Files
lexical/.prettierignore
Acy Watson 2d0d03c141 Fix issue with inserting paragraphs between text nodes. (#1864)
* fix and add test

* moar tests

* fix prettier
2022-04-19 13:02:47 -07:00

15 lines
299 B
Plaintext

# NOTE: In general this should be kept in sync with .eslintignore
packages/**/dist/*.js
packages/**/build/*.js
packages/**/npm/**/*
packages/**/config/*.js
packages/playwright
packages/playwright-core
packages/**/vite.config.js
**/*.md
**/node_modules
flow-typed
.github/CODEOWNERS
.prettierignore