From 6627c5a3d250d760777b8e84d61ea6abb98e2937 Mon Sep 17 00:00:00 2001 From: Latham Fell Date: Mon, 10 Feb 2020 10:58:31 -0800 Subject: [PATCH] Add vscode settings dir to .gitignore --- .gitignore | 1 + 1 file changed, 1 insertion(+) diff --git a/.gitignore b/.gitignore index 8a323555..71dafa39 100644 --- a/.gitignore +++ b/.gitignore @@ -15,6 +15,7 @@ _mailinglist .pytest_cache/ .idea/ docs/_build/ +.vscode # Coverage reports htmlcov/