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-compress.git
commit f0a395fdd7372c079206c643b7c424e2b7e06d67 Author: Gary D. Gregory <[email protected]> AuthorDate: Tue Aug 19 06:48:13 2025 -0400 Git ignore macOS .DS_Store files --- .gitignore | 1 + 1 file changed, 1 insertion(+) diff --git a/.gitignore b/.gitignore index b8bd17e82..d7751e7a7 100644 --- a/.gitignore +++ b/.gitignore @@ -6,6 +6,7 @@ target .vscode *.iml *~ +.DS_Store /.externalToolBuilders/ /maven-eclipse.xml /.java-version
