fist commit

This commit is contained in:
2020-10-03 12:48:17 +08:00
commit 87cc07268c
27 changed files with 8900 additions and 0 deletions

16
.vscode/ftp-kr.json vendored Normal file
View File

@@ -0,0 +1,16 @@
{
"host": "192.168.43.71",
"username": "todolist",
"password": "123456",
"remotePath": "./",
"protocol": "ftp",
"port": 14147,
"fileNameEncoding": "utf8",
"autoUpload": true,
"autoDelete": false,
"autoDownload": false,
"ignore": [
".git",
"/.vscode"
]
}