forked from GoogleChrome/lighthouse
-
Notifications
You must be signed in to change notification settings - Fork 0
/
.gitignore
70 lines (58 loc) · 1.19 KB
/
.gitignore
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
69
70
node_modules
.DS_Store
npm-debug.log
.vscode
.tmp
.idea
.tmp_env
.tgz
dist
coverage
lcov.info
.nyc_output
*.lcov
cli/results
results.html
last-run-results.html
/lighthouse-plugin-simple
*.trace.json
*.devtoolslog.json
*.report.html
*.report.dom.html
*.report.json
*.report.csv
*.report.pretty
*.artifacts.log
*.ctc.json
!core/test/results/artifacts/*.trace.json
!core/test/results/artifacts/*.devtoolslog.json
!core/test/fixtures/artifacts/**/*.trace.json
!core/test/fixtures/artifacts/**/*.devtoolslog.json
!core/test/fixtures/user-flows/**/*.trace.json
!core/test/fixtures/user-flows/**/*.devtoolslog.json
!core/test/fixtures/traces/**/*.trace.json
!core/test/fixtures/traces/**/*.devtoolslog.json
!core/test/fixtures/config/**/node_modules
core/scripts/legacy-javascript/variants
core/scripts/gcp-collection/gcp-data
latest-run
lantern-data
timings-data
closure-error.log
yarn-error.log
/chrome-linux/
/chrome-win32/
/chrome-mac/
/chrome.zip
*__pycache__
*.pyc
proto/scripts/*_pb2.*
proto/scripts/*_pb.*
proto/scripts/*_processed.json
# require any lock file to be checked in explicitly
yarn.lock
# ignore generated d.ts files
**/*.d.ts
**/*.d.cts
!**/types/**/*.d.ts
page-functions-test-case*out*.js