lighthouse/.npmignore

52 строки
879 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/
assets/
coverage/
lighthouse-core/scripts/
lighthouse-core/test/
lighthouse-core/third_party/src/
lighthouse-viewer/
lighthouse-extension/
lighthouse-cli/results/
2017-01-05 06:15:44 +03:00
2017-03-25 03:36:15 +03:00
# excluding cli/test minus smokehouse
lighthouse-cli/test
!lighthouse-cli/test/smokehouse
!lighthouse-cli/test/fixtures/
2017-01-05 06:15:44 +03:00
!lighthouse-cli/index.js
lighthouse-cli/*.map
lighthouse-cli/commands/*.map
lighthouse-cli/types/*.js
lighthouse-cli/types/*.map
node_modules/
results/
plots/
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
*.screenshots.html
2017-05-17 08:31:35 +03:00
*.screenshots.json
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
results.html
# dev files
.appveyor.yml
.DS_Store
.editorconfig
.eslintignore
.eslintrc.js
.travis.yml