-
-
Notifications
You must be signed in to change notification settings - Fork 1k
Expand file tree
/
Copy path.gitignore
More file actions
107 lines (93 loc) · 1.98 KB
/
.gitignore
File metadata and controls
107 lines (93 loc) · 1.98 KB
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
93
94
95
96
97
98
99
100
101
102
103
104
105
106
107
*.iml
.idea/
.ipr
.iws
*~
~*
*.diff
*.patch
*.bak
.DS_Store
Thumbs.db
.project
.*proj
.svn/
*.swp
*.swo
*.log
*.log.*
*.json.gzip
node_modules/
.buildpath
.settings
npm-debug.log
nohup.out
_site
_data
dist
report.html
lib
bin
es
elasticsearch-*
config/base.yaml
/.vscode/
coverage
yarn.lock
package-lock.json
bun.lock
bun.lockb
pnpm-lock.yaml
bun.lockb
.pnpm-debug.log
packages/*/components/**/*.js
packages/*/components/**/*.jsx
!packages/*/components/**/__tests__/**/*.js
!packages/*/components/**/__tests__/**/*.js.snap
/.history
*.tmp
artifacts.zip
oss-artifacts.zip
server/
packages/*/.dumi/tmp
packages/*/.dumi/tmp-test
packages/*/.dumi/tmp-production
packages/*/.dumi/preset/components-changelog*
packages/*/.dumi/preset/misc-changelog.json
# Image snapshot diff
__diff_output__/
__image_snapshots__/
/jest-stare
/imageSnapshots*
/imageDiffSnapshots
/visualRegressionReport*
.devcontainer*
.husky/prepare-commit-msg
.eslintcache
.node-version
.node
.env
examples/
packages/x-markdown/plugins
packages/x-markdown/themes
packages/x/locale
# Docs templates
packages/x/scripts/previewEditor/index.html
packages/x/components/version/version.ts
packages/x/components/version/version.tsx
packages/x/components/version/token.json
packages/x/components/version/token-meta.json
packages/x/components/theme/interface/XMarkdownComponents.ts
packages/x-markdown/src/plugins/version/version.ts
packages/x-markdown/src/plugins/version/plugin-meta.json
packages/x-markdown/src/plugins/version/token-meta.json
packages/x-markdown/src/plugins/version/token.json
packages/x-markdown/src/version/version.ts
packages/x-sdk/src/version/version.ts
# Playwright (from benchmark)
packages/x-markdown/test-results/
packages/x-markdown/src/XMarkdown/__benchmark__/playwright-report/
packages/x-markdown/src/XMarkdown/__benchmark__/blob-report/
packages/x-markdown/src/XMarkdown/__benchmark__/playwright/.cache/
packages/x-markdown/src/XMarkdown/__benchmark__/playwright/.auth/
packages/x-markdown/src/XMarkdown/__benchmark__/test-results