From c604b6e8660219f9be694bac525d99ba5748c9af Mon Sep 17 00:00:00 2001 From: Aaron Chiu Date: Wed, 23 Sep 2015 22:01:14 +0100 Subject: [PATCH] [ReactNative] remove unless files in SampleApp --- Examples/SampleApp/_flowconfig | 49 ------------------------------ Examples/SampleApp/_gitignore | 28 ----------------- Examples/SampleApp/_watchmanconfig | 1 - 3 files changed, 78 deletions(-) delete mode 100644 Examples/SampleApp/_flowconfig delete mode 100644 Examples/SampleApp/_gitignore delete mode 100644 Examples/SampleApp/_watchmanconfig diff --git a/Examples/SampleApp/_flowconfig b/Examples/SampleApp/_flowconfig deleted file mode 100644 index 3c2ec66c1..000000000 --- a/Examples/SampleApp/_flowconfig +++ /dev/null @@ -1,49 +0,0 @@ -[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 -.*/node_modules/react-tools/src/React.js -.*/node_modules/react-tools/src/renderers/shared/event/EventPropagators.js -.*/node_modules/react-tools/src/renderers/shared/event/eventPlugins/ResponderEventPlugin.js -.*/node_modules/react-tools/src/shared/vendor/core/ExecutionEnvironment.js - - -# Ignore commoner tests -.*/node_modules/commoner/test/.* - -# See https://github.com/facebook/flow/issues/442 -.*/react-tools/node_modules/commoner/lib/reader.js - -# Ignore jest -.*/react-native/node_modules/jest-cli/.* - -[include] - -[libs] -node_modules/react-native/Libraries/react-native/react-native-interface.js - -[options] -module.system=haste - -munge_underscores=true - -module.name_mapper='^image![a-zA-Z0-9$_-]+$' -> 'GlobalImageStub' -module.name_mapper='^[./a-zA-Z0-9$_-]+\.png$' -> 'RelativeImageStub' - -suppress_type=$FlowIssue -suppress_type=$FlowFixMe -suppress_type=$FixMe - -suppress_comment=\\(.\\|\n\\)*\\$FlowFixMe\\($\\|[^(]\\|(\\(>=0\\.\\(1[0-6]\\|[0-9]\\).[0-9]\\)? *\\(site=[a-z,_]*react_native[a-z,_]*\\)?)\\) -suppress_comment=\\(.\\|\n\\)*\\$FlowIssue\\((\\(>=0\\.\\(1[0-6]\\|[0-9]\\).[0-9]\\)? *\\(site=[a-z,_]*react_native[a-z,_]*\\)?)\\)? #[0-9]+ -suppress_comment=\\(.\\|\n\\)*\\$FlowFixedInNextDeploy - -[version] -0.16.0 diff --git a/Examples/SampleApp/_gitignore b/Examples/SampleApp/_gitignore deleted file mode 100644 index b927355df..000000000 --- a/Examples/SampleApp/_gitignore +++ /dev/null @@ -1,28 +0,0 @@ -# OSX -# -.DS_Store - -# Xcode -# -build/ -*.pbxuser -!default.pbxuser -*.mode1v3 -!default.mode1v3 -*.mode2v3 -!default.mode2v3 -*.perspectivev3 -!default.perspectivev3 -xcuserdata -*.xccheckout -*.moved-aside -DerivedData -*.hmap -*.ipa -*.xcuserstate -project.xcworkspace - -# node.js -# -node_modules/ -npm-debug.log diff --git a/Examples/SampleApp/_watchmanconfig b/Examples/SampleApp/_watchmanconfig deleted file mode 100644 index 0967ef424..000000000 --- a/Examples/SampleApp/_watchmanconfig +++ /dev/null @@ -1 +0,0 @@ -{}