forked from ant-design/ant-design
-
Notifications
You must be signed in to change notification settings - Fork 0
/
.gitignore
65 lines (62 loc) · 829 Bytes
/
.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
*.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
/es
/locale
elasticsearch-*
config/base.yaml
/.vscode/
/coverage
yarn.lock
package-lock.json
pnpm-lock.yaml
.pnpm-debug.log
components/**/*.js
components/**/*.jsx
!components/**/__tests__/**/*.js
!components/**/__tests__/**/*.js.snap
/.history
*.tmp
server/
# Docs templates
scripts/previewEditor/index.html
components/version/version.ts
components/version/version.tsx
components/version/token.json
components/version/token-meta.json
.dumi/tmp
.dumi/tmp-test
.dumi/tmp-production
# Image snapshot diff
__diff_output__/
__image_snapshots__/
/jest-stare
/imageSnapshots
/imageDiffSnapshots
.devcontainer*