-
Notifications
You must be signed in to change notification settings - Fork 9
/
.gitignore
74 lines (63 loc) · 1.98 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
dist/
build/
www/
loader/
public/
!showcase/playground-showcase/public/
!showcase/react-showcase/public/
!showcase/reactwind-showcase/public/
!showcase/vue-showcase/public/
packages/db-ui-elements-stencil/custom-elements.json
out/
.nyc_output
*~
*.sw[mnpcod]
*.log
*.lock
*.tmp
*.tmp.*
log.txt
*.sublime-project
*.sublime-workspace
.stencil/
.idea/
.sass-cache/
.versions/
node_modules/
$RECYCLE.BIN/
.DS_Store
Thumbs.db
UserInterfaceState.xcuserstate
packages/db-ui-poc-react/.env
# Cypress
e2e/cypress/videos/*
e2e/cypress/screenshots/*
e2e/cypress/results/*
e2e/cypress/snapshots/actual
e2e/cypress/snapshots/diff
coverage/
**/*/junit.xml
.env
.history
/packages/db-ui-elements-angular/.angular/
gh-pages
# Autogenerated by stencil
packages/db-ui-elements-angular/projects/lib/src/angular-component-lib/utils.ts
packages/db-ui-elements-angular/projects/lib/src/boolean-value-accessor.ts
packages/db-ui-elements-angular/projects/lib/src/text-value-accessor.ts
packages/db-ui-elements-angular/projects/lib/src/select-value-accessor.ts
packages/db-ui-elements-angular/projects/lib/src/number-value-accessor.ts
packages/db-ui-elements-angular/projects/lib/src/components.ts
packages/db-ui-elements-angular/projects/lib/src/value-accessor.ts
packages/db-ui-elements-react/src/components.ts
packages/db-ui-elements-react/src/react-component-lib/createComponent.tsx
packages/db-ui-elements-react/src/react-component-lib/createOverlayComponent.tsx
packages/db-ui-elements-react/src/react-component-lib/utils/attachProps.ts
packages/db-ui-elements-react/src/react-component-lib/utils/index.tsx
packages/db-ui-elements-stencil/src/components.d.ts
packages/db-ui-elements-vue/src/components.ts
packages/db-ui-elements-vue/src/vue-component-lib/utils.ts
/packages/db-ui-elements-react/src/react-component-lib/utils/case.ts
/packages/db-ui-elements-react/src/react-component-lib/utils/dev.ts
/packages/db-ui-elements-react/src/react-component-lib/index.ts
/packages/db-ui-elements-react/src/react-component-lib/interfaces.ts