update gitignore
This commit is contained in:
parent
e99fc18507
commit
6c2cfdb615
|
@ -27,6 +27,8 @@ _testmain.go
|
||||||
.idea
|
.idea
|
||||||
.vscode
|
.vscode
|
||||||
*.ts
|
*.ts
|
||||||
|
**/~*
|
||||||
|
**/*~
|
||||||
**/.DS_Store
|
**/.DS_Store
|
||||||
|
|
||||||
# linux可执行文件
|
# linux可执行文件
|
||||||
|
|
2
public
2
public
|
@ -1 +1 @@
|
||||||
Subproject commit d274011c1924a4908d6e5e33f21be7061d921863
|
Subproject commit f317779a9675bcfd4741c351b69f532fa930cec8
|
Loading…
Reference in New Issue