From 260d68bf8b39cf0fda71fd76490dd86a3373d8ea Mon Sep 17 00:00:00 2001 From: Riku Ayanokoji Date: Wed, 21 Dec 2016 15:26:50 -0800 Subject: [PATCH] add yarn-error.log to gitignore Summary: Due to react-native-cli use yarn if yarn is available, we need to add yarn-error.log to .gitignore. Closes https://github.com/facebook/react-native/pull/11583 Differential Revision: D4359507 fbshipit-source-id: 0c7582215a31e0d03dced138c8275225910713ee --- local-cli/templates/HelloWorld/_gitignore | 1 + 1 file changed, 1 insertion(+) diff --git a/local-cli/templates/HelloWorld/_gitignore b/local-cli/templates/HelloWorld/_gitignore index fc13f169a..8fce63971 100644 --- a/local-cli/templates/HelloWorld/_gitignore +++ b/local-cli/templates/HelloWorld/_gitignore @@ -34,6 +34,7 @@ local.properties # node_modules/ npm-debug.log +yarn-error.log # BUCK buck-out/