-
-
Notifications
You must be signed in to change notification settings - Fork 4.3k
Expand file tree
/
Copy path.gitignore
More file actions
48 lines (43 loc) · 589 Bytes
/
.gitignore
File metadata and controls
48 lines (43 loc) · 589 Bytes
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
node_modules/
.idea/
/db.json
.jekyll-metadata
.jekyll-cache
/tmp/
/.tmp/
/tmp-dist/
/yarn.lock
.DS_Store
/_site/
/.cache/
.sass-cache/
/_gh_pages/
/site/docs/**/dist/
/site/static/**/dist/
/resources/
/svg-tmp/
/components/
/percy.sh
/preview/pages/playground.html
/preview/pages/screenshot.html
/preview/pages/screenshot-*.html
/preview/pages/playground-*.html
/preview/pages/features.html
.pnp.loader.mjs
.pnp.cjs
.yarn
.next
.vercel
.turbo
package-lock.json
demo/
dist/
packages-zip/
.env
sri.json
# TypeScript
*.tsbuildinfo
.tsbuildinfo
# Test coverage
coverage/
__screenshots__/