From 06dc4ae2fe7cffd5270593746130feace828324b 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 --- templates/HelloWorld/_gitignore | 3 +++ 1 file changed, 3 insertions(+) diff --git a/templates/HelloWorld/_gitignore b/templates/HelloWorld/_gitignore index 0826423b7..5d647565f 100644 --- a/templates/HelloWorld/_gitignore +++ b/templates/HelloWorld/_gitignore @@ -51,3 +51,6 @@ buck-out/ */fastlane/report.xml */fastlane/Preview.html */fastlane/screenshots + +# Bundle artifact +*.jsbundle