From 7f4e1a7e97308a432142561803de75a311649322 Mon Sep 17 00:00:00 2001 From: Daniel Imms Date: Thu, 27 Jun 2019 11:39:20 -0700 Subject: [PATCH] Add explicit blacklist entry for .d.ts.map --- .npmignore | 1 + 1 file changed, 1 insertion(+) diff --git a/.npmignore b/.npmignore index 13dc7b44..7ff2ec0e 100644 --- a/.npmignore +++ b/.npmignore @@ -36,6 +36,7 @@ !typings/*.d.ts # Blacklist - (normal behavior) these will override any whitelist +*.d.ts.map *.test.ts *.test.d.ts *.test.js