mirror of
https://github.com/status-im/react-native.git
synced 2025-02-25 07:35:25 +00:00
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
This commit is contained in:
parent
617362b6f7
commit
21231084db
@ -51,3 +51,6 @@ buck-out/
|
|||||||
*/fastlane/report.xml
|
*/fastlane/report.xml
|
||||||
*/fastlane/Preview.html
|
*/fastlane/Preview.html
|
||||||
*/fastlane/screenshots
|
*/fastlane/screenshots
|
||||||
|
|
||||||
|
# Bundle artifact
|
||||||
|
*.jsbundle
|
||||||
|
Loading…
x
Reference in New Issue
Block a user