Skip to content

Commit 97ff660

Browse files
paulirishCommit Bot
authored and
Commit Bot
committed
update .npmignore for "third_party"
Based on a PR authored by Nolan Lawson: ChromeDevTools#160 The NPM package doesn't need the root_third party (~450MB), however front_end/third_party now contains meaningful files, so they're included. Change-Id: I90cf20aa9b7bcced38be76b68fb4cc301bbcc1c8 Reviewed-on: https://chromium-review.googlesource.com/c/devtools/devtools-frontend/+/2342461 Auto-Submit: Paul Irish <[email protected]> Reviewed-by: Mathias Bynens <[email protected]> Commit-Queue: Mathias Bynens <[email protected]>
1 parent fc3bc1b commit 97ff660

File tree

1 file changed

+5
-1
lines changed

1 file changed

+5
-1
lines changed

.npmignore

Lines changed: 5 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -7,7 +7,11 @@ PRESUBMIT.py
77
OWNERS
88
ENG_REVIEW_OWNERS
99

10-
third_party
1110
test
1211
htaccess
1312
v8/include
13+
14+
/out
15+
16+
# Exclude the root third_party, but not front_end/third_party, etc
17+
/third_party

0 commit comments

Comments
 (0)