From 2f876a3a498eaa187be018692affd21c2595c6b0 Mon Sep 17 00:00:00 2001 From: Leland Richardson Date: Fri, 3 Feb 2017 11:33:36 -0800 Subject: [PATCH] Update .npmignore to include generated bundle file Summary: to: mkonicek grabbou Fixes #12183 Fixes #12196 This PR is a followup from #12185 which added this file to the `.gitignore`, but was still not enough because NPM will only use `.npmignore` since one is defined Closes https://github.com/facebook/react-native/pull/12197 Differential Revision: D4508650 Pulled By: mkonicek fbshipit-source-id: 9ef5f3308a4637f84630c8953eb26048ee0d2a3c --- .npmignore | 1 + 1 file changed, 1 insertion(+) diff --git a/.npmignore b/.npmignore index 65a8df8d40..2e0f2c1f8c 100644 --- a/.npmignore +++ b/.npmignore @@ -1,2 +1,3 @@ # rnpm /local-cli/rnpm +/local-cli/server/middleware/heapCapture/bundle.js