Remove .github and .vscode directories

This commit is contained in:
2022-08-02 14:58:25 +02:00
parent da5ece0b1c
commit 1fc17b319c
2 changed files with 0 additions and 64 deletions

20
.vscode/launch.json vendored
View File

@ -1,20 +0,0 @@
{
// Use IntelliSense to learn about possible attributes.
// Hover to view descriptions of existing attributes.
// For more information, visit: https://go.microsoft.com/fwlink/?linkid=830387
"version": "0.2.0",
"configurations": [
{
"name": "Python: FastAPI",
"type": "python",
"request": "launch",
"module": "uvicorn",
"args": ["discord_embed.main:app", "--reload", "--port", "5000"],
"env": {
"DOMAIN": "http://127.0.0.1:5000/",
"UPLOAD_FOLDER": "./Uploads"
},
"jinja": true
}
]
}