51 строка
833 B
Plaintext
51 строка
833 B
Plaintext
# use npm modules `pkgfiles` or `irish-pub` to validate which files are selected
|
|
|
|
# folders
|
|
.vscode/
|
|
.github/
|
|
assets/
|
|
build/
|
|
coverage/
|
|
dist/
|
|
|
|
lighthouse-core/scripts/*
|
|
lighthouse-core/test/
|
|
lighthouse-core/third_party/src/
|
|
lighthouse-viewer/
|
|
clients/
|
|
lighthouse-cli/results/
|
|
lighthouse-logger/
|
|
|
|
# keep a few scripts useful for CI
|
|
!lighthouse-core/scripts/manual-chrome-launcher.js
|
|
!lighthouse-core/scripts/download-chrome.sh
|
|
|
|
# keep smokehouse tests, etc
|
|
!lighthouse-cli/test
|
|
|
|
node_modules/
|
|
results/
|
|
lantern-data/
|
|
latest-run/
|
|
|
|
# generated files
|
|
**/pages/scripts/lighthouse-report.js
|
|
*.report.html
|
|
*.dom.html
|
|
*.devtoolslog.json
|
|
*.trace.json
|
|
closure-error.log
|
|
last-run-results.html
|
|
latest.artifacts.log
|
|
npm-debug.log
|
|
yarn-error.log
|
|
results.html
|
|
|
|
# dev files
|
|
.appveyor.yml
|
|
.DS_Store
|
|
.editorconfig
|
|
.eslintignore
|
|
.eslintrc.js
|
|
.travis.yml
|