File tree 1 file changed +8
-5
lines changed 1 file changed +8
-5
lines changed Original file line number Diff line number Diff line change 9
9
10
10
# Ignore react-tools where there are overlaps, but don't ignore anything that
11
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
12
+ .*/node_modules/react-tools/src/React.js
13
+ .*/node_modules/react-tools/src/renderers/shared/reconciler/ReactInstanceHandles.js
14
+ .*/node_modules/react-tools/src/renderers/shared/event/EventPropagators.js
15
+ .*/node_modules/react-tools/src/renderers/shared/event/eventPlugins/ResponderEventPlugin.js
16
+ .*/node_modules/react-tools/src/renderers/shared/event/eventPlugins/ResponderSyntheticEvent.js
17
+ .*/node_modules/react-tools/src/renderers/shared/event/eventPlugins/ResponderTouchHistoryStore.js
18
+ .*/node_modules/react-tools/src/shared/vendor/core/ExecutionEnvironment.js
19
+
17
20
18
21
# Ignore commoner tests
19
22
.*/node_modules/commoner/test/.*
You can’t perform that action at this time.
0 commit comments