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
This commit is contained in:
Riku Ayanokoji 2016-12-21 15:26:50 -08:00 committed by Facebook Github Bot
parent c65aa545f2
commit 260d68bf8b
1 changed files with 1 additions and 0 deletions

View File

@ -34,6 +34,7 @@ local.properties
#
node_modules/
npm-debug.log
yarn-error.log
# BUCK
buck-out/