Skip to content

Commit

Permalink
misc: correct .npmignore for node >=18.20 (#15924)
Browse files Browse the repository at this point in the history
  • Loading branch information
adamraine committed Apr 5, 2024
1 parent ffdbc63 commit a7557d6
Showing 1 changed file with 16 additions and 16 deletions.
32 changes: 16 additions & 16 deletions .npmignore
Original file line number Diff line number Diff line change
Expand Up @@ -3,20 +3,20 @@
# folders
.vscode/
.github/
assets/
build/
coverage/
proto/
docs/
/assets/
/build/
/coverage/
/proto/
/docs/

core/scripts/*
viewer/
treemap/
clients/
cli/results/
lighthouse-logger/
/core/scripts/*
/viewer/
/treemap/
/clients/
/cli/results/
/lighthouse-logger/
**/test/**
report/test-assets/
/report/test-assets/

# keep a few scripts useful for CI
!core/scripts/manual-chrome-launcher.js
Expand All @@ -25,12 +25,12 @@ report/test-assets/

# Exclude the CLI smoketests but keep the smoketest runner that is used
# by downstream projects (e.g. publisher ads).
!cli/test/smokehouse/**
cli/test/smokehouse/test-definitions/
!/cli/test/smokehouse/**
/cli/test/smokehouse/test-definitions/

results/
lantern-data/
timings-data/
/lantern-data/
/timings-data/

# ignore all folders named as such
node_modules
Expand Down

0 comments on commit a7557d6

Please sign in to comment.