This is an automated email from the ASF dual-hosted git repository. ggregory pushed a commit to branch master in repository https://gitbox.apache.org/repos/asf/commons-text.git
The following commit(s) were added to refs/heads/master by this push: new 3dfb2c11 Add macOS file to git ignore file new 9d0124bc Merge branch 'master' of https://github.com/apache/commons-text.git 3dfb2c11 is described below commit 3dfb2c11405a9ce47aff9b10a3b0ef63efd380a1 Author: Gary D. Gregory <garydgreg...@gmail.com> AuthorDate: Sat Jul 26 07:40:18 2025 -0400 Add macOS file to git ignore file --- .gitignore | 1 + 1 file changed, 1 insertion(+) diff --git a/.gitignore b/.gitignore index 92a1b2a4..03ca919d 100644 --- a/.gitignore +++ b/.gitignore @@ -18,3 +18,4 @@ site-content .project .externalToolBuilders /.checkstyle +/.DS_Store