2017-03-25 03:36:15 +03:00
|
|
|
# use npm modules `pkgfiles` or `irish-pub` to validate which files are selected
|
|
|
|
|
2017-03-10 14:07:45 +03:00
|
|
|
# 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
|
|
|
|
|
2017-03-10 14:07:45 +03:00
|
|
|
node_modules/
|
|
|
|
results/
|
2016-12-23 20:49:44 +03:00
|
|
|
|
2017-04-08 02:02:19 +03:00
|
|
|
plots/
|
|
|
|
|
2017-03-25 03:36:15 +03:00
|
|
|
# generated files
|
2017-03-10 14:07:45 +03:00
|
|
|
**/pages/scripts/lighthouse-report.js
|
|
|
|
*.report.html
|
2017-05-17 08:31:35 +03:00
|
|
|
*.dom.html
|
2017-03-10 14:07:45 +03:00
|
|
|
*.screenshots.html
|
2017-05-17 08:31:35 +03:00
|
|
|
*.screenshots.json
|
2017-03-25 03:36:15 +03:00
|
|
|
*.devtoolslog.json
|
2017-03-10 14:07:45 +03:00
|
|
|
*.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
|
2017-03-13 08:02:41 +03:00
|
|
|
.appveyor.yml
|
2017-03-10 14:07:45 +03:00
|
|
|
.DS_Store
|
|
|
|
.editorconfig
|
|
|
|
.eslintignore
|
|
|
|
.eslintrc.js
|
2016-12-23 20:49:44 +03:00
|
|
|
.travis.yml
|