mirror of
https://github.com/facebook/lexical.git
synced 2025-08-06 16:39:33 +08:00
15 lines
299 B
Plaintext
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
|