Navigation Menu

Skip to content

Commit

Permalink
Exclude jsbundle files from VCS
Browse files Browse the repository at this point in the history
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
  • Loading branch information
aneophyte authored and facebook-github-bot committed Feb 16, 2018
1 parent 617362b commit 2123108
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions local-cli/templates/HelloWorld/_gitignore
Expand Up @@ -51,3 +51,6 @@ buck-out/
*/fastlane/report.xml
*/fastlane/Preview.html
*/fastlane/screenshots

# Bundle artifact
*.jsbundle

1 comment on commit 2123108

@neiker
Copy link

@neiker neiker commented on 2123108 Jun 11, 2018

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Should be *.jsbundle*to include .jsbundle.meta

Please sign in to comment.