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


The following commit(s) were added to 
refs/heads/729-extend-the-gitignored-files by this push:
     new 518d88ec Add examples outputs to gitignore
518d88ec is described below

commit 518d88ecbce580f3dced40baaddd4e169deb4e44
Author: Leonard <[email protected]>
AuthorDate: Thu Jul 20 14:58:18 2023 +0200

    Add examples outputs to gitignore
---
 .gitignore | 13 +++++++++++++
 1 file changed, 13 insertions(+)

diff --git a/.gitignore b/.gitignore
index e7c7dc84..72aa2b8f 100644
--- a/.gitignore
+++ b/.gitignore
@@ -14,6 +14,9 @@ log/
 target/
 examples/output/
 
+# Node
+**/node_modules/
+
 # Release
 /baremaps/
 
@@ -22,6 +25,16 @@ 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
+
 # JMH
 jmh-result.json
 

Reply via email to