mirror of
https://github.com/status-im/react-native.git
synced 2025-02-05 06:04:15 +00:00
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:
parent
c65aa545f2
commit
260d68bf8b
@ -34,6 +34,7 @@ local.properties
|
|||||||
#
|
#
|
||||||
node_modules/
|
node_modules/
|
||||||
npm-debug.log
|
npm-debug.log
|
||||||
|
yarn-error.log
|
||||||
|
|
||||||
# BUCK
|
# BUCK
|
||||||
buck-out/
|
buck-out/
|
||||||
|
Loading…
x
Reference in New Issue
Block a user