diff --git a/.vscode/ftp-sync.json b/.vscode/ftp-sync.json deleted file mode 100644 index 1680209e..00000000 --- a/.vscode/ftp-sync.json +++ /dev/null @@ -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" - ] -} \ No newline at end of file diff --git a/.vscode/settings.json b/.vscode/settings.json deleted file mode 100644 index 9c15eb15..00000000 --- a/.vscode/settings.json +++ /dev/null @@ -1,3 +0,0 @@ -// Platzieren Sie Ihre Einstellungen in dieser Datei, um Standard- und Benutzereinstellungen zu überschreiben. -{ -} \ No newline at end of file diff --git a/.vscode/tasks.json b/.vscode/tasks.json deleted file mode 100644 index dfdbbc6a..00000000 --- a/.vscode/tasks.json +++ /dev/null @@ -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" - ] - } - ] -} \ No newline at end of file