From 4910d103f2485d6bc3981155390ddd5e048e2224 Mon Sep 17 00:00:00 2001 From: Chris Leaman Date: Fri, 7 Dec 2018 11:56:51 +1100 Subject: [PATCH] Update .gitignore for images in notebook directory --- .gitignore | 2 ++ 1 file changed, 2 insertions(+) diff --git a/.gitignore b/.gitignore index 5f368cf..f1de8c5 100644 --- a/.gitignore +++ b/.gitignore @@ -1,5 +1,7 @@ # Jupyter NB Checkpoints .ipynb_checkpoints/ +/notebooks/*.png + # exclude data from source control by default /data/