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-fileupload.git
The following commit(s) were added to refs/heads/master by this push: new d9aa88aa Ignore macOS file d9aa88aa is described below commit d9aa88aa1489f8cae2a34d30086f71b9872c91a6 Author: Gary Gregory <garydgreg...@gmail.com> AuthorDate: Fri Jul 21 17:25:11 2023 -0400 Ignore macOS file --- .gitignore | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.gitignore b/.gitignore index aa7178e4..8fb757db 100644 --- a/.gitignore +++ b/.gitignore @@ -4,5 +4,5 @@ **/.classpath **/.project **/site-content/ +**/.DS_Store /commons-fileupload2.iml -/.DS_Store