This is an automated email from the ASF dual-hosted git repository. leonardcs pushed a commit to branch 729-extend-the-gitignored-files in repository https://gitbox.apache.org/repos/asf/incubator-baremaps.git
commit 16e83778591e4533cbcd4ddf04841592368d9ff2 Author: Leonard <[email protected]> AuthorDate: Thu Jul 20 14:58:18 2023 +0200 Add examples outputs to gitignore --- .gitignore | 18 ++++++++++++++++++ 1 file changed, 18 insertions(+) diff --git a/.gitignore b/.gitignore index e7c7dc84..a8feedb6 100644 --- a/.gitignore +++ b/.gitignore @@ -14,6 +14,9 @@ log/ target/ examples/output/ +# Node +**/node_modules/ + # Release /baremaps/ @@ -22,6 +25,21 @@ examples/output/ /basemap/cache_*/ /basemap/local.* +# Examples +examples/ip-to-location/archives +examples/ip-to-location/downloads +examples/ip-to-location/geocoder-index +examples/ip-to-location/iploc.db + +examples/geocoding/archives +examples/geocoding/downloads +examples/geocoding/geocoder-index + +examples/extrusion/*.pbf +examples/naturalearth/natural_earth_vector +examples/openstreetmap/*.pbf +examples/transformation/*.pbf + # JMH jmh-result.json
