忽略配置文件上传
parent
7ee6612fc7
commit
4c453d5fd9
|
@ -1,3 +1,4 @@
|
|||
*.min.js
|
||||
*.min.css
|
||||
./index.html
|
||||
.vscode
|
|
@ -1,12 +0,0 @@
|
|||
{
|
||||
// See https://go.microsoft.com/fwlink/?LinkId=733558
|
||||
// for the documentation about the tasks.json format
|
||||
"version": "2.0.0",
|
||||
"tasks": [
|
||||
{
|
||||
"taskName": "echo",
|
||||
"type": "shell",
|
||||
"command": "echo Hello"
|
||||
}
|
||||
]
|
||||
}
|
Reference in New Issue