From 54aedf060d3e880a63135fb8da7a1a53a8e8f140 Mon Sep 17 00:00:00 2001 From: aneophyte Date: Wed, 7 Feb 2018 12:39:29 +0545 Subject: [PATCH] Exclude jsbundle files from VCS --- 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