Skip to content

Commit 2123108

Browse files
aneophytefacebook-github-bot
authored andcommitted
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 #17888 Differential Revision: D6977064 Pulled By: hramos fbshipit-source-id: 9c7803004f3f4ec59cba3017213f68fba8225dbf
1 parent 617362b commit 2123108

File tree

1 file changed

+3
-0
lines changed

1 file changed

+3
-0
lines changed

local-cli/templates/HelloWorld/_gitignore

+3
Original file line numberDiff line numberDiff line change
@@ -51,3 +51,6 @@ buck-out/
5151
*/fastlane/report.xml
5252
*/fastlane/Preview.html
5353
*/fastlane/screenshots
54+
55+
# Bundle artifact
56+
*.jsbundle

0 commit comments

Comments
 (0)