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/
|
2017-12-15 03:14:41 +03:00
|
|
|
.github/
|
2017-03-10 14:07:45 +03:00
|
|
|
assets/
|
2017-12-15 03:14:41 +03:00
|
|
|
build/
|
2017-03-10 14:07:45 +03:00
|
|
|
coverage/
|
2018-10-31 04:12:21 +03:00
|
|
|
dist/
|
2019-05-07 23:26:10 +03:00
|
|
|
proto/
|
2017-03-10 14:07:45 +03:00
|
|
|
|
2018-09-27 03:57:43 +03:00
|
|
|
lighthouse-core/scripts/*
|
2017-03-10 14:07:45 +03:00
|
|
|
lighthouse-core/test/
|
|
|
|
lighthouse-core/third_party/src/
|
|
|
|
lighthouse-viewer/
|
2018-10-26 02:11:04 +03:00
|
|
|
clients/
|
2017-03-10 14:07:45 +03:00
|
|
|
lighthouse-cli/results/
|
2017-09-26 17:17:34 +03:00
|
|
|
lighthouse-logger/
|
2017-01-05 06:15:44 +03:00
|
|
|
|
2018-10-03 23:10:21 +03:00
|
|
|
# keep a few scripts useful for CI
|
2018-05-10 08:24:27 +03:00
|
|
|
!lighthouse-core/scripts/manual-chrome-launcher.js
|
2018-10-03 23:10:21 +03:00
|
|
|
!lighthouse-core/scripts/download-chrome.sh
|
2018-05-10 08:24:27 +03:00
|
|
|
|
2018-09-27 03:57:43 +03:00
|
|
|
# keep smokehouse tests, etc
|
|
|
|
!lighthouse-cli/test
|
2017-01-05 06:15:44 +03:00
|
|
|
|
2017-03-10 14:07:45 +03:00
|
|
|
results/
|
2018-05-24 02:26:30 +03:00
|
|
|
lantern-data/
|
2020-04-15 00:28:49 +03:00
|
|
|
timings-data/
|
2020-01-24 02:26:53 +03:00
|
|
|
|
|
|
|
# ignore all folders named as such
|
|
|
|
node_modules
|
|
|
|
latest-run
|
2017-04-08 02:02:19 +03:00
|
|
|
|
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-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
|
2018-09-27 03:57:43 +03:00
|
|
|
yarn-error.log
|
2017-03-25 03:36:15 +03:00
|
|
|
results.html
|
2019-03-12 22:58:52 +03:00
|
|
|
*.lcov
|
2017-03-25 03:36:15 +03:00
|
|
|
|
|
|
|
# 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
|
2020-04-15 00:28:49 +03:00
|
|
|
*.tgz
|