16 lines
331 B
Plaintext
16 lines
331 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
|
|
packages/**/vite.prod.config.js
|
|
**/*.md
|
|
**/node_modules
|
|
flow-typed
|
|
.github/CODEOWNERS
|
|
.prettierignore
|