Skip to content

Commit ff9617f

Browse files
author
mo.duan
committed
fixed iview#6085
fixed iview#6085
1 parent 5ece780 commit ff9617f

File tree

8 files changed

+2795
-2290
lines changed

8 files changed

+2795
-2290
lines changed

Diff for: .gitignore

+23-22
Original file line numberDiff line numberDiff line change
@@ -1,22 +1,23 @@
1-
*.iml
2-
.idea
3-
.ipr
4-
.iws
5-
*.diff
6-
*.patch
7-
*.bak
8-
.DS_Store
9-
node_modules/
10-
node_modules2/
11-
.project
12-
.settings
13-
npm-debug.log
14-
.*proj
15-
.svn/
16-
*.swp
17-
*.swo
18-
*.log
19-
examples/dist/
20-
yarn-error.log
21-
test/unit/coverage
22-
.vscode
1+
*.iml
2+
.idea
3+
.ipr
4+
.iws
5+
*.diff
6+
*.patch
7+
*.bak
8+
.DS_Store
9+
node_modules/
10+
node_modules2/
11+
.project
12+
.settings
13+
npm-debug.log
14+
.*proj
15+
.svn/
16+
*.swp
17+
*.swo
18+
*.log
19+
examples/dist/
20+
yarn-error.log
21+
test/unit/coverage
22+
.vscode
23+
package-lock.json

0 commit comments

Comments
 (0)