Ignore yarn.lock and package-lock.json in oss

Summary:
Attn janicduplessis
Closes https://github.com/facebook/react-native/pull/18281

Differential Revision: D7200858

Pulled By: hramos

fbshipit-source-id: 8566251255a12aba3a3f9d6af532c4f842a8c41e
This commit is contained in:
Héctor Ramos 2018-03-08 13:20:22 -08:00 коммит произвёл Facebook Github Bot
Родитель f2ad77f90a
Коммит ecd3d95418
1 изменённых файлов: 2 добавлений и 1 удалений

3
.gitignore поставляемый
Просмотреть файл

@ -54,7 +54,8 @@ node_modules
# TODO: Check in yarn.lock in open source. Right now we need to keep it out
# from the GitHub repo as importing it might conflict with internal workspaces
*/**/yarn.lock
yarn.lock
package-lock.json
# OS X
.DS_Store