From cf2290d6ca452a9c691435b3fccc40a6bee0e42c 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/