From 786e9e3918b1f6af622fe9f1abda55aed9ad1df9 Mon Sep 17 00:00:00 2001 From: aneophyte Date: Fri, 16 Feb 2018 13:51:23 -0800 Subject: [PATCH] Exclude jsbundle files from VCS Summary: jsbundle files can be generated, and are quite large and therefore, I think should be excluded from being committed to the repo. [ GENERAL ][ MINOR ][local-cli/templates/_gitignore] - Included a new entry to ignore jsbundle files Closes https://github.com/facebook/react-native/pull/17888 Differential Revision: D6977064 Pulled By: hramos fbshipit-source-id: 9c7803004f3f4ec59cba3017213f68fba8225dbf --- local-cli/templates/HelloWorld/_gitignore | 3 +++ 1 file changed, 3 insertions(+) diff --git a/local-cli/templates/HelloWorld/_gitignore b/local-cli/templates/HelloWorld/_gitignore index 0826423b786cca..5d647565fa9ef7 100644 --- a/local-cli/templates/HelloWorld/_gitignore +++ b/local-cli/templates/HelloWorld/_gitignore @@ -51,3 +51,6 @@ buck-out/ */fastlane/report.xml */fastlane/Preview.html */fastlane/screenshots + +# Bundle artifact +*.jsbundle