Deleted /.vscode
This commit is contained in:
Vendored
-16
@@ -1,16 +0,0 @@
|
||||
{
|
||||
"remotePath": "./cha5app/",
|
||||
"host": "ftp.monster-rc.firma.cc",
|
||||
"username": "368367-dsa",
|
||||
"password": "dsaSH2014",
|
||||
"port": 21,
|
||||
"protocol": "ftp",
|
||||
"uploadOnSave": false,
|
||||
"passive": false,
|
||||
"debug": false,
|
||||
"privateKeyPath": null,
|
||||
"ignore": [
|
||||
"\\.vscode",
|
||||
"\\.git"
|
||||
]
|
||||
}
|
||||
Vendored
-3
@@ -1,3 +0,0 @@
|
||||
// Platzieren Sie Ihre Einstellungen in dieser Datei, um Standard- und Benutzereinstellungen zu überschreiben.
|
||||
{
|
||||
}
|
||||
Vendored
-18
@@ -1,18 +0,0 @@
|
||||
{
|
||||
// See https://go.microsoft.com/fwlink/?LinkId=733558
|
||||
// for the documentation about the tasks.json format
|
||||
"version": "0.1.0",
|
||||
"command": "babel",
|
||||
"isShellCommand": true,
|
||||
"tasks": [
|
||||
{
|
||||
"taskName": "Compile ES6",
|
||||
"suppressTaskName": true,
|
||||
"isBuildCommand": true,
|
||||
"isWatching": false,
|
||||
"args": [
|
||||
"js-src", "--out-dir", "js", "-w"
|
||||
]
|
||||
}
|
||||
]
|
||||
}
|
||||
Reference in New Issue
Block a user