From 8bcb6917ca105f40d3d858f7604143a6f20e8a5c Mon Sep 17 00:00:00 2001 From: Hector Ramos Date: Thu, 8 Mar 2018 10:26:32 -0800 Subject: [PATCH] Ignore yarn.lock and package-lock.json in oss --- .gitignore | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/.gitignore b/.gitignore index 19c3bbdce24975..6b290712dbd6d4 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