lighthouse/.npmignore

57 строки
901 B
Plaintext
Исходник Обычный вид История

2017-03-25 03:36:15 +03:00
# use npm modules `pkgfiles` or `irish-pub` to validate which files are selected
# folders
.vscode/
2017-12-15 03:14:41 +03:00
.github/
assets/
2017-12-15 03:14:41 +03:00
build/
coverage/
dist/
2019-05-07 23:26:10 +03:00
proto/
2018-09-27 03:57:43 +03:00
lighthouse-core/scripts/*
lighthouse-core/test/
lighthouse-core/third_party/src/
lighthouse-viewer/
clients/
lighthouse-cli/results/
lighthouse-logger/
2017-01-05 06:15:44 +03:00
# keep a few scripts useful for CI
!lighthouse-core/scripts/manual-chrome-launcher.js
!lighthouse-core/scripts/download-chrome.sh
2018-09-27 03:57:43 +03:00
# keep smokehouse tests, etc
!lighthouse-cli/test
2017-01-05 06:15:44 +03:00
results/
lantern-data/
timings-data/
# ignore all folders named as such
node_modules
latest-run
2017-03-25 03:36:15 +03:00
# generated files
**/pages/scripts/lighthouse-report.js
*.report.html
2017-05-17 08:31:35 +03:00
*.dom.html
2017-03-25 03:36:15 +03:00
*.devtoolslog.json
*.trace.json
2017-03-25 03:36:15 +03:00
closure-error.log
last-run-results.html
latest.artifacts.log
npm-debug.log
2018-09-27 03:57:43 +03:00
yarn-error.log
2017-03-25 03:36:15 +03:00
results.html
*.lcov
2017-03-25 03:36:15 +03:00
# dev files
.appveyor.yml
.DS_Store
.editorconfig
.eslintignore
.eslintrc.js
.travis.yml
*.tgz