mirror of
https://github.com/facebook/react.git
synced 2026-02-21 19:31:52 +00:00
Merges the existing config to the root one so we can have a single
configuration file. I've tried to keep the compiler config as much as
possible in this PR so that no formatting changes occur.
ghstack-source-id: 8bbfc9f269
Pull Request resolved: https://github.com/facebook/react/pull/30021
40 lines
1.0 KiB
Plaintext
40 lines
1.0 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/**/__tests__/fixtures/**/*.flow.js
|
|
compiler/**/.next
|
|
|
|
compiler/crates
|
|
compiler/apps/playground/public
|
|
|
|
compiler/**/LICENSE
|
|
compiler/.*
|
|
compiler/*.md*
|
|
compiler/*.json
|
|
compiler/*.css
|
|
compiler/*.webmanifest
|
|
compiler/*.map
|
|
compiler/*.sh
|
|
compiler/*.txt
|
|
compiler/*.ico
|
|
compiler/*.svg
|
|
compiler/*.lock
|
|
compiler/*.toml
|