mirror of
https://github.com/facebook/lexical.git
synced 2025-05-17 06:59:17 +08:00
16 lines
268 B
Plaintext
16 lines
268 B
Plaintext
# NOTE: In general this should be kept in sync with .prettierignore
|
|
|
|
**/dist/**
|
|
**/build/**
|
|
**/npm/**
|
|
**/__tests__/integration/fixtures/**
|
|
!scripts/npm/**
|
|
**/*.js.flow
|
|
**/*.d.ts
|
|
**/playwright*/**
|
|
**/node_modules
|
|
.ts-temp
|
|
**/.docusaurus
|
|
/playwright-report
|
|
test-results
|