-
Notifications
You must be signed in to change notification settings - Fork 787
/
.gitignore
60 lines (53 loc) · 889 Bytes
/
.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
*~
*.sw[mnpcod]
*.log
*.lock
*.tmp
*.tmp.*
log.txt
*.sublime-project
*.sublime-workspace
*.tgz
.DS_Store
.idea/
.vscode/
.history/
.sass-cache/
.versions/
node_modules/
coverage/
/build/
/scripts/build/
dist/
# submodule packages
/build-conditionals
/cli
/compiler
/hydrate
/dev-server
/internal
/mock-doc
/polyfills
/runtime
/server
/sys
/testing
/screenshot/index.js
/screenshot/index.js.map
/screenshot/package.json
/screenshot/pixel-match.js
/screenshot/pixel-match.js.map
/screenshot/*.d.ts
test/**/www/*
test/**/hydrate/*
.stencil
coverage/**
# TODO(STENCIL-446): Remove these once `strictNullChecks` is enabled
null_errors*.json
# TODO(STENCIL-454): Remove or change this up once we've eliminated unused exports
unused-exports*.txt
# wdio test output
test/wdio/test-components
test/wdio/www-global-script/
test/wdio/www-prerender-script
test/wdio/www-invisible-prehydration/