-
Notifications
You must be signed in to change notification settings - Fork 135
/
.gitignore
92 lines (83 loc) · 1.38 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
92
dist/
dist-*/
.tsbuildinfo
tsconfig.tsbuildinfo
tsconfig.build.tsbuildinfo
tsup.config.bundled_*
vite.config.js.timestamp-*
vite.config.ts.timestamp-*
.vercel
.turbo
turbo-graph*
.astro/
analyze.json
elements.json
vscode.html-data.json
packages/*/local/
packages/*/dist/
packages/*/cdn/
packages/*/elements/
packages/*/global/
packages/*/types/
packages/*/sandbox/
packages/*/stats.html
packages/vidstack/index.d.ts
packages/vidstack/local.d.ts
packages/vidstack/elements.d.ts
packages/vidstack/icons.d.ts
packages/vidstack/vue.d.ts
packages/vidstack/svelte.d.ts
packages/vidstack/solid.d.ts
packages/vidstack/plugins.js
packages/vidstack/plugins.d.ts
packages/vidstack/styles/player/default/theme.css
packages/react/src/icons.ts
packages/react/index.d.ts
packages/react/icons.d.ts
packages/react/dom.d.ts
packages/react/google-cast.d.ts
packages/react/player/
packages/react/tailwind*
packages/react/styles
*~
*.sw[mnpcod]
*.log
*.lock*
*.tmp
*.tmp.*
*.sln
*.suo
*.ntvs*
*.njsproj
log.txt
*.sublime-project
*.sublime-workspace
.env
.env.*
debug.log
npm-debug.log*
yarn-debug.log*
yarn-error.log*
pnpm-debug.log*
/libpeerconnection.log
chrome-profiler-events*.json
speed-measure-plugin*.json
/.link
/tmp
/out-tsc
/bazel-out
/.pnp
.temp/
.pnp.js
.cspellcache
.nyc_output/
.idea/
.versions/
node_modules/
web_modules/
coverage/
cypress-coverage/
$RECYCLE.BIN/
.DS_Store
Thumbs.db
UserInterfaceState.xcuserstate