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:
parent
4c478f7beb
commit
5663ab4771
|
@ -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
|
||||
|
|
Loading…
Reference in New Issue