This commit is contained in:
sHa
2018-09-05 00:49:54 +03:00
parent e8c910a04a
commit fa09391601
7 changed files with 84 additions and 99 deletions

24
.vscode/ftp-sync.json vendored Normal file
View File

@@ -0,0 +1,24 @@
{
"remotePath": "./",
"host": "uvh12.mirohost.net",
"username": "slavforest",
"password": "cAAed7MU",
"port": 21,
"secure": false,
"protocol": "ftp",
"uploadOnSave": false,
"passive": false,
"debug": false,
"privateKeyPath": null,
"passphrase": null,
"ignore": [
"\\.vscode",
"\\.git",
"\\.DS_Store"
],
"generatedFiles": {
"uploadOnSave": false,
"extensionsToInclude": [],
"path": ""
}
}