ESLint: Ignore lerna.json and .git (#7708)

* Ignore lerna.json

* Oh, and ignore .git
This commit is contained in:
Justin Ridgewell 2018-04-10 08:47:50 -04:00 committed by GitHub
parent 9dc178df9a
commit 3177f05904
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -1,6 +1,8 @@
/lib /lib
/build /build
/.git
package.json package.json
lerna.json
packages/babel-runtime packages/babel-runtime
!packages/babel-runtime/scripts !packages/babel-runtime/scripts
!packages/babel-runtime/core-js.js !packages/babel-runtime/core-js.js