From 8eb50eddb9733b01f19d19a2bbb68bac9d64c8d4 Mon Sep 17 00:00:00 2001 From: ywang Date: Sun, 7 Jun 2020 14:22:19 +0200 Subject: Use unpkg when possible; update map tile generator - Moved most sources to unpkg. - Add scripts/getassets to fetch files that need to be hosted locally. - Added a new map tile generator that uses symlinks instead of PHP. --- .gitignore | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) (limited to '.gitignore') diff --git a/.gitignore b/.gitignore index 12e7f0c..9ea0174 100644 --- a/.gitignore +++ b/.gitignore @@ -1 +1,3 @@ -htdocs/tiles/**/ +htdocs/tiles/ +htdocs/geojson/ +htdocs/fa/ -- cgit v1.2.3