forked from adobe/spectrum-web-components
-
Notifications
You must be signed in to change notification settings - Fork 0
/
.gitignore
91 lines (78 loc) · 1.5 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
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
89
90
91
# logging / private config
lerna-debug.log
yarn-error.log
.DS_STORE
.DS_Store
.chrome
.firefox
.tsbuildinfo
.rush
.devcontainer
tach-results.*
.gitconfig
.netlify/plugins
# documentation
documentation/components/searchIndex.json
documentation/api-docs
documentation/dist
# dependency folders
coverage
lib
# build artifacts
custom-elements.json
packages/*/src/**/*.css.js
packages/*/custom-elements.json
packages/**/*.js
packages/**/spectrum-vars.json
packages/**/*.js.map
packages/**/*.d.ts
packages/**/*.test-vrt.ts
!packages/**/*/spectrum-config.js
!packages/**/*/spectrum-config.v1.js
!packages/*/test/global.d.ts
!packages/*/global.d.ts
!packages/*/local.d.ts
react
projects/**/*.js
projects/**/*.js.map
projects/**/*.d.ts
!projects/*/global.d.ts
tools/*/src/**/*.css.js
tools/*/custom-elements.json
tools/**/spectrum-vars.json
tools/**/*.js
tools/**/*.js.map
tools/**/*.d.ts
tools/**/*.test-vrt.ts
!tools/**/*/spectrum-config.js
!tools/*/test/global.d.ts
!tools/*/global.d.ts
!tools/*/local.d.ts
.wireit
stats.html
# typescript assets
!test/global.d.ts
*.tsbuildinfo
# built css assets
packages/**/*.css.ts
projects/**/*.css.ts
tools/**/*.css.ts
styles/**/*.css.ts
# test assets
TESTS.xml
test-results.xml
test/benchmark/cli.cjs
test/visual/review/
test/visual/screenshots-baseline/
test/visual/screenshots-actual/
test/visual/screenshots-current/
test/visual/src/data.json
test/**/*.js
test/**/*.js.map
test/**/*.d.ts
!test/visual/**/*.js
test/visual/test.js
# npm assets
node_modules
npm-debug.log
package-lock.json