2015-01-30 01:10:49 +00:00
|
|
|
[ignore]
|
|
|
|
|
|
|
|
# We fork some components by platform.
|
|
|
|
.*/*.web.js
|
|
|
|
.*/*.android.js
|
|
|
|
|
|
|
|
# Some modules have their own node_modules with overlap
|
|
|
|
.*/node_modules/node-haste/.*
|
|
|
|
|
|
|
|
# Ignore react-tools where there are overlaps, but don't ignore anything that
|
|
|
|
# react-native relies on
|
2015-03-18 22:57:49 +00:00
|
|
|
.*/node_modules/react-tools/src/vendor/core/ExecutionEnvironment.js
|
2015-03-26 01:19:28 +00:00
|
|
|
.*/node_modules/react-tools/src/browser/eventPlugins/ResponderEventPlugin.js
|
|
|
|
.*/node_modules/react-tools/src/browser/ui/React.js
|
2015-01-30 01:10:49 +00:00
|
|
|
.*/node_modules/react-tools/src/core/ReactInstanceHandles.js
|
2015-03-25 22:36:50 +00:00
|
|
|
.*/node_modules/react-tools/src/event/EventPropagators.js
|
2015-01-30 01:10:49 +00:00
|
|
|
|
|
|
|
# Ignore jest
|
|
|
|
.*/react-native/node_modules/jest-cli/.*
|
|
|
|
|
2015-03-26 16:58:59 +00:00
|
|
|
# Ignore Website
|
|
|
|
.*/website/.*
|
|
|
|
|
2015-01-30 01:10:49 +00:00
|
|
|
[include]
|
|
|
|
|
|
|
|
[libs]
|
|
|
|
Libraries/react-native/react-native-interface.js
|
2015-03-25 02:34:12 +00:00
|
|
|
Examples/UIExplorer/ImageMocks.js
|
2015-01-30 01:10:49 +00:00
|
|
|
|
|
|
|
[options]
|
|
|
|
module.system=haste
|