From b15adee49af991d5e0b438402a5eef5106a402cc Mon Sep 17 00:00:00 2001 From: <> Date: Tue, 6 Sep 2016 17:23:49 -0700 Subject: [PATCH] Ignoring images (for map previews) --- .gitignore | 5 ++++- 1 file changed, 4 insertions(+), 1 deletion(-) diff --git a/.gitignore b/.gitignore index acb976e..9044c4c 100644 --- a/.gitignore +++ b/.gitignore @@ -13,4 +13,7 @@ demos/* # Ignore data dlcache/* -data/* \ No newline at end of file +data/* + +# Ignore images (previews for maps) +*.jpg