forked from GoogleChrome/lighthouse
-
Notifications
You must be signed in to change notification settings - Fork 0
/
.npmignore
58 lines (49 loc) · 1014 Bytes
/
.npmignore
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
# use npm modules `pkgfiles` or `irish-pub` to validate which files are selected
# folders
.vscode/
.github/
assets/
build/
coverage/
lighthouse-core/scripts/
lighthouse-core/test/
lighthouse-core/third_party/src/
lighthouse-viewer/
lighthouse-extension/
lighthouse-cli/results/
lighthouse-logger/
# keep the chrome launcher script
!lighthouse-core/scripts/manual-chrome-launcher.js
# excluding cli/test minus smokehouse
lighthouse-cli/test
!lighthouse-cli/test/smokehouse
!lighthouse-cli/test/fixtures/
!lighthouse-cli/index.js
lighthouse-cli/*.map
lighthouse-cli/commands/*.map
lighthouse-cli/types/*.js
lighthouse-cli/types/*.map
node_modules/
results/
lantern-data/
plots/
# generated files
**/pages/scripts/lighthouse-report.js
*.report.html
*.dom.html
*.screenshots.html
*.screenshots.json
*.devtoolslog.json
*.trace.json
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