forked from organicghemp/mota
-
Notifications
You must be signed in to change notification settings - Fork 0
/
.npmignore
68 lines (58 loc) · 1.18 KB
/
.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
59
60
61
62
63
64
65
66
67
68
# use npm modules `pkgfiles` or `irish-pub` to validate which files are selected
# folders
.vscode/
.github/
assets/
build/
coverage/
proto/
docs/
lighthouse-core/lib/sd-validation/
lighthouse-core/scripts/*
lighthouse-core/test/
lighthouse-core/third_party/src/
lighthouse-viewer/
lighthouse-treemap/
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
# Exclude the CLI smoketests but keep the smoketest runner that is used
# by downstream projects (e.g. publisher ads).
lighthouse-cli/test/*
!lighthouse-cli/test/smokehouse/
lighthouse-cli/test/smokehouse/test-definitions/
results/
lantern-data/
timings-data/
# ignore all folders named as such
node_modules
latest-run
chromium-webtests
.tmp
# generated files
*.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
*.lcov
# generated files needed for publish
dist/**
!dist/report/standalone.js
!dist/report/flow.js
# large files
changelog.md
# dev files
.DS_Store
.editorconfig
.eslintignore
.eslintrc.js
*.tgz