From 40df61b92f45147ce99943777399beb87aba244d Mon Sep 17 00:00:00 2001 From: David Todd Date: Mon, 27 Jan 2020 13:47:51 -0600 Subject: [PATCH] ignore vscode specific configuration --- pixo/.gitignore | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/pixo/.gitignore b/pixo/.gitignore index ea963a9..3edcf90 100644 --- a/pixo/.gitignore +++ b/pixo/.gitignore @@ -1,4 +1,5 @@ Pipfile.lock icons.py *.bin -creds.py \ No newline at end of file +creds.py +.vscode