From c367ea0d361d825c4ad9199dc8395fbf923b2e32 Mon Sep 17 00:00:00 2001 From: Matthew Amato Date: Tue, 27 Jun 2017 10:37:18 -0400 Subject: [PATCH] Add .eslintcache to .npmignore It shouldn't be part of our npm package. --- .npmignore | 1 + 1 file changed, 1 insertion(+) diff --git a/.npmignore b/.npmignore index 5c1ffb023c0..6074008c799 100644 --- a/.npmignore +++ b/.npmignore @@ -1,3 +1,4 @@ +/.eslintcache /.externalToolBuilders /.gitattributes /.github