From f112901913614c291e1c83a2576bbe2916d38302 Mon Sep 17 00:00:00 2001 From: James Hodgson Date: Thu, 20 Aug 2020 17:41:04 +0100 Subject: [PATCH] Add images and .vscode folders to gitignore --- .gitignore | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/.gitignore b/.gitignore index b6e4761..664bf7f 100644 --- a/.gitignore +++ b/.gitignore @@ -127,3 +127,7 @@ dmypy.json # Pyre type checker .pyre/ + +images/ + +.vscode \ No newline at end of file