Skip to content

Commit 0366658

Browse files
committed
task(build)
update changelog
1 parent 2e37d7c commit 0366658

File tree

2 files changed

+2163
-1
lines changed

2 files changed

+2163
-1
lines changed

.gitignore

Lines changed: 14 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,10 +1,23 @@
1+
# macosx
12
.DS_Store
3+
4+
# okhttp
5+
.okhttpcache/
6+
7+
# maven
28
target/
39
bin/
10+
11+
# eclipse
412
.classpath
513
.settings/
614
.project
7-
.vscode/
815
.factorypath
16+
17+
# vscode
18+
.vscode/
19+
20+
# intellij
21+
922
.idea/
1023
*.iml

0 commit comments

Comments
 (0)