From d31c1ae72d1553e7800aa63eb0171b7abf42c4b4 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Josef=20Fr=C3=B6hle?= Date: Wed, 15 Jan 2020 14:25:38 +0100 Subject: [PATCH] ignore *.html and *.png from development_mode --- .gitignore | 2 ++ 1 file changed, 2 insertions(+) diff --git a/.gitignore b/.gitignore index 3eb9230..70ae127 100644 --- a/.gitignore +++ b/.gitignore @@ -1 +1,3 @@ content/ +*.html +*.png