You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@baremaps.apache.org by bc...@apache.org on 2022/11/22 15:22:56 UTC

[incubator-baremaps] 04/07: Improve .gitignore

This is an automated email from the ASF dual-hosted git repository.

bchapuis pushed a commit to branch instanceof
in repository https://gitbox.apache.org/repos/asf/incubator-baremaps.git

commit 0faab868280435579c9dc700ca5e593b367b0937
Author: Bertil Chapuis <bc...@gmail.com>
AuthorDate: Tue Nov 22 09:31:15 2022 +0100

    Improve .gitignore
---
 .gitignore | 5 ++++-
 1 file changed, 4 insertions(+), 1 deletion(-)

diff --git a/.gitignore b/.gitignore
index c2303122..d4050416 100644
--- a/.gitignore
+++ b/.gitignore
@@ -14,6 +14,9 @@ examples/output/
 # Release
 /baremaps/
 
+# Map
+/map/data/
+
 # JMH
 jmh-result.json
 
@@ -24,4 +27,4 @@ _site/
 Gemfile.lock
 
 # Logs
-*.log
\ No newline at end of file
+*.log