Merge pull request #6491 from JoshuaKGoldberg/patch-2

Excluded root-level files and .github from Istanbul
This commit is contained in:
Sean Larkin 2018-04-09 14:20:00 -07:00 committed by GitHub
commit 3047bed427
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 1 additions and 0 deletions

View File

@ -1,3 +1,4 @@
instrumentation:
excludes:
- "**/*.runtime.js"
- ".github/*"