Deleted /.vscode

This commit is contained in:
Lukas Obermann
2016-11-07 15:09:02 +00:00
parent 7c229853e7
commit 3ec6f1053d
3 changed files with 0 additions and 37 deletions
-16
View File
@@ -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"
]
}
-3
View File
@@ -1,3 +0,0 @@
// Platzieren Sie Ihre Einstellungen in dieser Datei, um Standard- und Benutzereinstellungen zu überschreiben.
{
}
-18
View File
@@ -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"
]
}
]
}