Skip to content

Commit

Permalink
Add gradle wrapper files for example projects to gitignore
Browse files Browse the repository at this point in the history
Summary:Hide the gradle wrapper files for example projects like the UIExplorer
Closes facebook#6771

Differential Revision: D3133423

fb-gh-sync-id: 077f5a647e17e60a190dcc69fda4e96a4b31a391
fbshipit-source-id: 077f5a647e17e60a190dcc69fda4e96a4b31a391
  • Loading branch information
ide authored and Facebook Github Bot 2 committed Apr 4, 2016
1 parent 4c478f7 commit 5663ab4
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions .gitignore
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down

0 comments on commit 5663ab4

Please sign in to comment.