Skip to content

Commit 7f6cf6f

Browse files
author
xiaopeng
committed
整理
1 parent 7d1c55d commit 7f6cf6f

File tree

4 files changed

+23
-0
lines changed

4 files changed

+23
-0
lines changed

.DS_Store

-8 KB
Binary file not shown.

.gitattributes

+4
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,4 @@
1+
*.js text eol=lf
2+
*.json text eol=lf
3+
*.ts text eol=lf
4+
*.code-snippets text eol=lf

.gitignore

+15
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,15 @@
1+
.DS_Store
2+
**/.DS_Store
3+
logs/
4+
npm-debug.log
5+
yarn-error.log
6+
node_modules/
7+
coverage/
8+
dist/
9+
.idea/
10+
run/
11+
.DS_Store
12+
*.sw*
13+
*.un~
14+
.tsbuildinfo
15+
.tsbuildinfo.*

core/.gitattributes

+4
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,4 @@
1+
*.js text eol=lf
2+
*.json text eol=lf
3+
*.ts text eol=lf
4+
*.code-snippets text eol=lf

0 commit comments

Comments
 (0)