mirror of
https://github.com/facebook/react.git
synced 2026-02-24 20:53:03 +00:00
This removes all the remaining references to the `build2` directory except for the CI job that stores the artifacts. We'll keep the `build2` artifact until downstream scripts are migrated to `build`.
64 lines
1.4 KiB
Plaintext
64 lines
1.4 KiB
Plaintext
[ignore]
|
|
.*/scripts/bench/.*
|
|
.*/build/.*
|
|
.*/fixtures/.*
|
|
.*/.tempUserDataDir/.*
|
|
|
|
# These shims are copied into external projects:
|
|
.*/rollup/shims/facebook-www/.*
|
|
.*/rollup/shims/react-native/.*
|
|
|
|
.*/node_modules/@snyk/.*
|
|
.*/node_modules/y18n/.*
|
|
.*/node_modules/chrome-devtools-frontend/.*
|
|
.*/node_modules/devtools-timeline-model/.*
|
|
.*/node_modules/create-react-class/.*
|
|
.*/node_modules/react-native-web/.*
|
|
.*/__mocks__/.*
|
|
.*/__tests__/.*
|
|
|
|
# TODO: noop should get its own inlinedHostConfig entry
|
|
.*/packages/react-noop-renderer/.*
|
|
|
|
%REACT_RENDERER_FLOW_IGNORES%
|
|
|
|
[include]
|
|
./node_modules/
|
|
./packages/
|
|
./scripts/
|
|
|
|
[libs]
|
|
./node_modules/fbjs/flow/lib/dev.js
|
|
./scripts/flow/environment.js
|
|
./scripts/flow/react-devtools.js
|
|
./scripts/flow/react-native-host-hooks.js
|
|
./scripts/flow/react-relay-hooks.js
|
|
./scripts/flow/xplat.js
|
|
|
|
[lints]
|
|
untyped-type-import=error
|
|
|
|
[options]
|
|
server.max_workers=4
|
|
esproposal.class_static_fields=enable
|
|
esproposal.class_instance_fields=enable
|
|
esproposal.optional_chaining=enable
|
|
|
|
# Substituted by createFlowConfig.js:
|
|
%REACT_RENDERER_FLOW_OPTIONS%
|
|
|
|
munge_underscores=false
|
|
|
|
suppress_type=$FlowIssue
|
|
suppress_type=$FlowFixMe
|
|
suppress_type=$FixMe
|
|
suppress_type=$FlowExpectedError
|
|
|
|
suppress_comment=\\(.\\|\n\\)*\\$FlowFixMe
|
|
suppress_comment=\\(.\\|\n\\)*\\$FlowIssue
|
|
suppress_comment=\\(.\\|\n\\)*\\$FlowFixedInNextDeploy
|
|
suppress_comment=\\(.\\|\n\\)*\\$FlowExpectedError
|
|
|
|
[version]
|
|
^0.97.0
|