mirror of
https://github.com/facebook/lexical.git
synced 2025-05-17 15:18:47 +08:00
26 lines
480 B
Plaintext
26 lines
480 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/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
|