From ecd3d9541875356fa1ee0293bf723de9d792acf2 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?H=C3=A9ctor=20Ramos?= Date: Thu, 8 Mar 2018 13:20:22 -0800 Subject: [PATCH] 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 --- .gitignore | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/.gitignore b/.gitignore index 19c3bbdce..6b290712d 100644 --- a/.gitignore +++ b/.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