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 <[email protected]> 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
