From 6c3835f6b79f71a7615b0ff811e8a9318b1a0d33 Mon Sep 17 00:00:00 2001 From: Scott Kyle Date: Wed, 27 Jan 2016 12:02:20 -0800 Subject: [PATCH] Remove redundant gitignore files --- examples/ReactExample/.gitignore | 34 -------------------------------- react-native/android/.gitignore | 34 -------------------------------- 2 files changed, 68 deletions(-) delete mode 100644 examples/ReactExample/.gitignore delete mode 100644 react-native/android/.gitignore diff --git a/examples/ReactExample/.gitignore b/examples/ReactExample/.gitignore deleted file mode 100644 index 94fc8671..00000000 --- a/examples/ReactExample/.gitignore +++ /dev/null @@ -1,34 +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 - -# Android/IJ -# -.idea -.gradle -local.properties - -# node.js -# -node_modules/ -npm-debug.log diff --git a/react-native/android/.gitignore b/react-native/android/.gitignore deleted file mode 100644 index 94fc8671..00000000 --- a/react-native/android/.gitignore +++ /dev/null @@ -1,34 +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 - -# Android/IJ -# -.idea -.gradle -local.properties - -# node.js -# -node_modules/ -npm-debug.log