From 2b68181af29d342acc56c81bf7d2ae7249611bf9 Mon Sep 17 00:00:00 2001 From: Henry Zhu Date: Mon, 17 Sep 2018 15:28:38 -0400 Subject: [PATCH] add ignore files [skip ci] --- lerna.json | 5 ++++- 1 file changed, 4 insertions(+), 1 deletion(-) diff --git a/lerna.json b/lerna.json index 339f0bfa36..3cbc4ec410 100644 --- a/lerna.json +++ b/lerna.json @@ -18,8 +18,11 @@ "publish": { "ignore": [ "*.md", + "*.json", + "*.txt", "test/**", - "codemods/**" + "codemods/**", + "package.json" ] } },