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 facebook/react-native#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 cc37701 commit 06dc4ae
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions templates/HelloWorld/_gitignore
Original file line number Diff line number Diff line change
Expand Up @@ -51,3 +51,6 @@ buck-out/
*/fastlane/report.xml
*/fastlane/Preview.html
*/fastlane/screenshots

# Bundle artifact
*.jsbundle

0 comments on commit 06dc4ae

Please sign in to comment.