You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@maven.apache.org by kh...@apache.org on 2018/08/25 18:26:07 UTC

[maven-site] branch master updated: [MNGSITE-350] - Add .DS_Store to .gitignore

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

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


The following commit(s) were added to refs/heads/master by this push:
     new 123153b  [MNGSITE-350] - Add .DS_Store to .gitignore
123153b is described below

commit 123153b87818baf21755a4ee11f58cf85076b185
Author: Karl Heinz Marbaise <kh...@apache.org>
AuthorDate: Sat Aug 25 20:25:17 2018 +0200

    [MNGSITE-350] - Add .DS_Store to .gitignore
---
 .gitignore | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/.gitignore b/.gitignore
index a5cb80b..ffd5cb9 100644
--- a/.gitignore
+++ b/.gitignore
@@ -6,4 +6,4 @@ target
 test-output
 *.iml
 .idea
-.svn/*
+.DS_Store