mirror of
https://github.com/facebook/lexical.git
synced 2025-08-06 16:39:33 +08:00
28 lines
539 B
Plaintext
28 lines
539 B
Plaintext
# NOTE: In general this should be kept in sync with .eslintignore
|
|
|
|
**/dist/**
|
|
**/build/**
|
|
**/npm/**
|
|
!scripts/npm/**
|
|
**/.output/**
|
|
**/.browser-profiles/**
|
|
!scripts/npm/**
|
|
**/__tests__/integration/fixtures/**
|
|
packages/**/.wxt/**
|
|
packages/playwright
|
|
packages/playwright-core
|
|
packages/**/vite.config.js
|
|
packages/**/vite.prod.config.js
|
|
packages/lexical-website/docs/api
|
|
packages/lexical-website/fb/*.json
|
|
**/*.md
|
|
**/*.js.flow
|
|
**/node_modules
|
|
.ts-temp
|
|
flow-typed
|
|
.github/CODEOWNERS
|
|
.prettierignore
|
|
**/.docusaurus
|
|
/playwright-report
|
|
test-results
|