2015-02-20 04:10:52 +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 19:11:40 +00:00
|
|
|
.*/node_modules/react-tools/src/vendor/core/ExecutionEnvironment.js
|
2015-03-26 00:49:46 +00:00
|
|
|
.*/node_modules/react-tools/src/browser/eventPlugins/ResponderEventPlugin.js
|
|
|
|
.*/node_modules/react-tools/src/browser/ui/React.js
|
2015-02-20 04:10:52 +00:00
|
|
|
.*/node_modules/react-tools/src/core/ReactInstanceHandles.js
|
2015-03-25 17:23:17 +00:00
|
|
|
.*/node_modules/react-tools/src/event/EventPropagators.js
|
2015-02-20 04:10:52 +00:00
|
|
|
|
2015-05-08 18:04:22 +00:00
|
|
|
# Ignore commoner tests
|
2015-05-28 00:25:19 +00:00
|
|
|
.*/node_modules/commoner/test/.*
|
2015-05-08 18:04:22 +00:00
|
|
|
|
|
|
|
# See https://github.com/facebook/flow/issues/442
|
|
|
|
.*/react-tools/node_modules/commoner/lib/reader.js
|
|
|
|
|
2015-02-20 04:10:52 +00:00
|
|
|
# Ignore jest
|
2015-05-28 04:17:14 +00:00
|
|
|
.*/node_modules/jest-cli/.*
|
2015-02-20 04:10:52 +00:00
|
|
|
|
2015-03-28 05:18:47 +00:00
|
|
|
# Ignore Website
|
|
|
|
.*/website/.*
|
|
|
|
|
2015-02-20 04:10:52 +00:00
|
|
|
[include]
|
|
|
|
|
|
|
|
[libs]
|
|
|
|
Libraries/react-native/react-native-interface.js
|
2015-03-24 20:25:39 +00:00
|
|
|
Examples/UIExplorer/ImageMocks.js
|
2015-02-20 04:10:52 +00:00
|
|
|
|
|
|
|
[options]
|
|
|
|
module.system=haste
|
2015-04-25 05:43:01 +00:00
|
|
|
|
|
|
|
[version]
|
2015-05-13 17:25:19 +00:00
|
|
|
0.11.0
|