Remove unused files

This commit is contained in:
Werner
2021-12-04 12:22:12 -03:00
parent 2b57aaa9e4
commit ccc6fabcd5
5 changed files with 0 additions and 32 deletions

19
.vscode/launch.json vendored
View File

@@ -1,19 +0,0 @@
{
"version": "0.2.0",
"configurations": [
{
"name": "Debug",
"type": "cppvsdbg",
"request": "launch",
"program": "${workspaceFolder}/Binaries/debug/HttpServer",
"windows": {
"program": "${workspaceFolder}/Binaries/debug/HttpServer.exe",
},
"args": [],
"stopAtEntry": false,
"cwd": "${workspaceFolder}/Binaries/debug",
"environment": [],
"console": "externalTerminal"
}
]
}

View File

@@ -1 +0,0 @@
#!/usr/bin/env pwsh

View File

@@ -1 +0,0 @@
#!/usr/bin/env sh

View File

@@ -1,8 +0,0 @@
{
"folders": [
{
"path": "."
}
],
"settings": {}
}

View File

@@ -1,3 +0,0 @@
// Copyright (c) TribuFu. All Rights Reserved.
fn main() {}