From 4d2d820526ee25f588d318a1374c975beb113c94 Mon Sep 17 00:00:00 2001 From: CloudNiner Date: Tue, 16 Jul 2019 09:04:04 -0400 Subject: [PATCH] Add .gitignore to exclude all sample-data Except the natural earth sample geojson file. --- .gitignore | 2 ++ 1 file changed, 2 insertions(+) create mode 100644 .gitignore diff --git a/.gitignore b/.gitignore new file mode 100644 index 0000000..59415f6 --- /dev/null +++ b/.gitignore @@ -0,0 +1,2 @@ +!sample-data/ne_110m_admin_0_countries.geojson +sample-data/*