mirror of
https://github.com/zebrajr/react.git
synced 2025-12-06 00:20:04 +01:00
Add missing directory to prettierignore. --- [//]: # (BEGIN SAPLING FOOTER) Stack created with [Sapling](https://sapling-scm.com). Best reviewed with [ReviewStack](https://reviewstack.dev/facebook/react/pull/31168). * #31167 * #31166 * #31165 * #31164 * #31148 * __->__ #31168
42 lines
1.2 KiB
Plaintext
42 lines
1.2 KiB
Plaintext
# react runtime
|
|
build
|
|
|
|
packages/react-devtools-core/dist
|
|
packages/react-devtools-extensions/chrome/build
|
|
packages/react-devtools-extensions/firefox/build
|
|
packages/react-devtools-extensions/edge/build
|
|
packages/react-devtools-extensions/shared/build
|
|
packages/react-devtools-extensions/src/ErrorTesterCompiled.js
|
|
packages/react-devtools-fusebox/dist
|
|
packages/react-devtools-inline/dist
|
|
packages/react-devtools-shared/src/hooks/__tests__/__source__/__compiled__/
|
|
packages/react-devtools-shared/src/hooks/__tests__/__source__/__untransformed__/
|
|
packages/react-devtools-shell/dist
|
|
packages/react-devtools-timeline/dist
|
|
packages/react-devtools-timeline/static
|
|
|
|
# react compiler
|
|
compiler/**/dist
|
|
compiler/**/__tests__/fixtures/**/*.expect.md
|
|
compiler/**/.next
|
|
|
|
# contains invalid graphql`...` which results in a promise rejection error from `yarn prettier-all`.
|
|
compiler/packages/babel-plugin-react-compiler/src/__tests__/fixtures/compiler/error.todo-kitchensink.js
|
|
|
|
compiler/crates
|
|
compiler/target
|
|
compiler/apps/playground/public
|
|
|
|
compiler/**/LICENSE
|
|
compiler/*.md*
|
|
compiler/*.json
|
|
compiler/*.css
|
|
compiler/*.webmanifest
|
|
compiler/*.map
|
|
compiler/*.sh
|
|
compiler/*.txt
|
|
compiler/*.ico
|
|
compiler/*.svg
|
|
compiler/*.lock
|
|
compiler/*.toml
|