From e1eb41ed805b809ebf8637d5f4304505d9051d10 Mon Sep 17 00:00:00 2001 From: Footsiefat <12180913+Footsiefat@users.noreply.github.com> Date: Thu, 21 Oct 2021 17:48:05 +1300 Subject: [PATCH] added vscode settings to gitignore --- .gitignore | 5 ++++- 1 file changed, 4 insertions(+), 1 deletion(-) diff --git a/.gitignore b/.gitignore index fee9da3..c2cfa6a 100644 --- a/.gitignore +++ b/.gitignore @@ -137,9 +137,12 @@ dmypy.json # Cython debug symbols cython_debug/ +# VSCode settings +.vscode/ + # Spotify Credentials credentials.json #Download Folder ZSpotify\ Music/ -ZSpotify\ Podcasts/ \ No newline at end of file +ZSpotify\ Podcasts/