This repository has been archived on 2023-08-30. You can view files and clone it, but cannot push or open issues/pull-requests.
bytedo
/
wcui
Archived
1
0
Fork 0

忽略配置文件上传

old
lcoln 2017-09-15 22:28:38 +08:00
parent 7ee6612fc7
commit 4c453d5fd9
2 changed files with 2 additions and 13 deletions

3
.gitignore vendored
View File

@ -1,3 +1,4 @@
*.min.js *.min.js
*.min.css *.min.css
./index.html ./index.html
.vscode

12
.vscode/tasks.json vendored
View File

@ -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"
}
]
}