More aggressive build ignores

Summary:
This strips another 8MB from our node_modules.

Checked out the largest individual files in with Disk Inventory X.

{F238464588}

Reviewed By: nikoant

Differential Revision: D21765847

fbshipit-source-id: d74b0eae270b86f0518d7e73288fd773b24535da
This commit is contained in:
Pascal Hartig
2020-05-29 07:15:46 -07:00
committed by Facebook GitHub Bot
parent 829e3d7743
commit fd50111ea4

View File

@@ -17,6 +17,9 @@ const DEFAULT_BUILD_IGNORES = [
'LICENSE*',
'*.ts',
'*.ls',
'*.flow',
'*.tsbuildinfo',
'*.map',
'Gruntfile*',
];