From 3177f05904e8241a5bc472713fba20263aa8d0bc Mon Sep 17 00:00:00 2001 From: Justin Ridgewell Date: Tue, 10 Apr 2018 08:47:50 -0400 Subject: [PATCH] ESLint: Ignore lerna.json and .git (#7708) * Ignore lerna.json * Oh, and ignore .git --- .eslintignore | 2 ++ 1 file changed, 2 insertions(+) diff --git a/.eslintignore b/.eslintignore index 39e51ed1b4..6b16263635 100644 --- a/.eslintignore +++ b/.eslintignore @@ -1,6 +1,8 @@ /lib /build +/.git package.json +lerna.json packages/babel-runtime !packages/babel-runtime/scripts !packages/babel-runtime/core-js.js