From f567b8158a0022ebad63b95f8d62b61a7581499b Mon Sep 17 00:00:00 2001 From: nebulon42 Date: Mon, 16 May 2016 14:05:45 +0200 Subject: [PATCH] add import and export dirs to .gitignore --- .gitignore | 2 ++ 1 file changed, 2 insertions(+) diff --git a/.gitignore b/.gitignore index 07e4523..e605554 100644 --- a/.gitignore +++ b/.gitignore @@ -4,6 +4,8 @@ __pycache__/ *$py.class # Data files +import/ +export/ *.mbtiles *.pbf *.gz