This is an automated email from the ASF dual-hosted git repository. leonardcs pushed a commit to branch 731-configure-maven-rat in repository https://gitbox.apache.org/repos/asf/incubator-baremaps.git
commit 3c09f57ddd7960766072116c3f8cebf911a6aad5 Author: Leonard <[email protected]> AuthorDate: Thu Jul 20 15:22:09 2023 +0200 Update target regex for maven compatibility --- .gitignore | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.gitignore b/.gitignore index 07613b01..2b716b27 100644 --- a/.gitignore +++ b/.gitignore @@ -11,7 +11,7 @@ # Maven log/ -target/ +**/target/ examples/output/ # Node
