From 64590aa17ce10a0cc4f0242876e54684756169df Mon Sep 17 00:00:00 2001 From: Rushil Umaretiya Date: Sun, 28 Mar 2021 11:50:33 -0400 Subject: [PATCH] github: fixed .vscode dir in root and moved readme pic to right place --- logo.png => .github/logo.png | Bin .vscode/settings.json | 3 --- 2 files changed, 3 deletions(-) rename logo.png => .github/logo.png (100%) delete mode 100644 .vscode/settings.json diff --git a/logo.png b/.github/logo.png similarity index 100% rename from logo.png rename to .github/logo.png diff --git a/.vscode/settings.json b/.vscode/settings.json deleted file mode 100644 index 6268a62..0000000 --- a/.vscode/settings.json +++ /dev/null @@ -1,3 +0,0 @@ -{ - "python.pythonPath": "/home/rushilwiz/.virtualenvs/backend-0AfiPukM/bin/python" -} \ No newline at end of file