Skip to content

Commit

Permalink
add yarn-error.log to gitignore
Browse files Browse the repository at this point in the history
Summary:
Due to react-native-cli use yarn if yarn is available, we need to add yarn-error.log to .gitignore.
Closes #11583

Differential Revision: D4359507

fbshipit-source-id: 0c7582215a31e0d03dced138c8275225910713ee
  • Loading branch information
Riku Ayanokoji authored and facebook-github-bot committed Dec 21, 2016
1 parent c65aa54 commit 260d68b
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions local-cli/templates/HelloWorld/_gitignore
Original file line number Diff line number Diff line change
Expand Up @@ -34,6 +34,7 @@ local.properties
#
node_modules/
npm-debug.log
yarn-error.log

# BUCK
buck-out/
Expand Down

0 comments on commit 260d68b

Please sign in to comment.