mirror of
https://github.com/facebook/lexical.git
synced 2025-08-06 16:39:33 +08:00
13 lines
211 B
Plaintext
13 lines
211 B
Plaintext
# NOTE: In general this should be kept in sync with .eslintignore
|
|
|
|
**/dist/**
|
|
**/config/**
|
|
**/build/**
|
|
**/npm/**
|
|
**/*.js.flow
|
|
**/*.d.ts
|
|
**/playwright*/**
|
|
**/vite.config.js
|
|
**/vite.prod.config.js
|
|
**/node_modules
|