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
This commit is contained in:
James Ide 2016-04-04 08:37:40 -07:00 committed by Facebook Github Bot 2
parent 4c478f7beb
commit 5663ab4771
1 changed files with 3 additions and 0 deletions

3
.gitignore vendored
View File

@ -24,6 +24,9 @@ project.xcworkspace
# Gradle # Gradle
/build/ /build/
/Examples/**/android/app/build/ /Examples/**/android/app/build/
/Examples/**/android/app/gradle/
/Examples/**/android/app/gradlew
/Examples/**/android/app/gradlew.bat
/ReactAndroid/build/ /ReactAndroid/build/
# Buck # Buck