This is an automated email from the ASF dual-hosted git repository. asf-gitbox-commits pushed a commit to branch main in repository https://gitbox.apache.org/repos/asf/tapestry-5-site-builder.git
commit 112fefa1dbd857ab02a1897375c5b3df829c4ead Author: Volker Lamp <[email protected]> AuthorDate: Fri Feb 13 16:01:46 2026 +0100 Add Mac OS specific ignores. --- .gitignore | 3 +++ 1 file changed, 3 insertions(+) diff --git a/.gitignore b/.gitignore index ea39023..3c79b1c 100644 --- a/.gitignore +++ b/.gitignore @@ -2,3 +2,6 @@ .gradle build/ !gradle-wrapper.jar + +# Mac OS +.DS_Store
