From 5663ab4771f317e3e0f97d8cafb1ee682e5643b0 Mon Sep 17 00:00:00 2001 From: James Ide Date: Mon, 4 Apr 2016 08:37:40 -0700 Subject: [PATCH] Add gradle wrapper files for example projects to gitignore Summary:Hide the gradle wrapper files for example projects like the UIExplorer Closes https://github.com/facebook/react-native/pull/6771 Differential Revision: D3133423 fb-gh-sync-id: 077f5a647e17e60a190dcc69fda4e96a4b31a391 fbshipit-source-id: 077f5a647e17e60a190dcc69fda4e96a4b31a391 --- .gitignore | 3 +++ 1 file changed, 3 insertions(+) diff --git a/.gitignore b/.gitignore index 071365a53..cea273d50 100644 --- a/.gitignore +++ b/.gitignore @@ -24,6 +24,9 @@ project.xcworkspace # Gradle /build/ /Examples/**/android/app/build/ +/Examples/**/android/app/gradle/ +/Examples/**/android/app/gradlew +/Examples/**/android/app/gradlew.bat /ReactAndroid/build/ # Buck