UNPKG

838 BPlain TextView Raw
1[ignore]
2
3# We fork some components by platform.
4.*/*.web.js
5.*/*.android.js
6
7# Some modules have their own node_modules with overlap
8.*/node_modules/node-haste/.*
9
10# Ignore react-tools where there are overlaps, but don't ignore anything that
11# react-native relies on
12.*/node_modules/react-tools/src/vendor/core/ExecutionEnvironment.js
13.*/node_modules/react-tools/src/browser/eventPlugins/ResponderEventPlugin.js
14.*/node_modules/react-tools/src/browser/ui/React.js
15.*/node_modules/react-tools/src/core/ReactInstanceHandles.js
16.*/node_modules/react-tools/src/event/EventPropagators.js
17.*/node_modules/flux/lib/invariant.js
18
19# Ignore jest
20.*/node_modules/jest-cli/.*
21
22# Ignore examples
23.*/Examples/.*
24
25[include]
26
27[libs]
28node_modules/react-native/Libraries/react-native/react-native-interface.js
29interfaces.js
30
31[options]
32module.system=haste