This is an automated email from the ASF dual-hosted git repository.

elharo pushed a commit to branch master
in repository https://gitbox.apache.org/repos/asf/maven-plugin-testing.git


The following commit(s) were added to refs/heads/master by this push:
     new 5f43141  ignore .DS_Store (#100)
5f43141 is described below

commit 5f431417d48f61f1be04a4a1011a5b6046f14886
Author: Elliotte Rusty Harold <[email protected]>
AuthorDate: Wed May 7 19:27:13 2025 +0000

    ignore .DS_Store (#100)
---
 .gitignore | 2 ++
 1 file changed, 2 insertions(+)

diff --git a/.gitignore b/.gitignore
index 3a77bd2..eef480e 100644
--- a/.gitignore
+++ b/.gitignore
@@ -1,4 +1,6 @@
 target
+#mac
+.DS_Store
 #eclipse
 .classpath
 .project

Reply via email to