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 2022/04/15 14:45:31 UTC

[maven] branch MNG-7448 created (now 18d7e7623)

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

khmarbaise pushed a change to branch MNG-7448
in repository https://gitbox.apache.org/repos/asf/maven.git


      at 18d7e7623 [MNG-7448] - if we delete bin directory in apache-maven/src, we can not find because git has ignore it .

This branch includes the following new commits:

     new 18d7e7623 [MNG-7448] - if we delete bin directory in apache-maven/src, we can not find because git has ignore it .

The 1 revisions listed above as "new" are entirely new to this
repository and will be described in separate emails.  The revisions
listed as "add" were already present in the repository and have only
been added to this reference.



[maven] 01/01: [MNG-7448] - if we delete bin directory in apache-maven/src, we can not find because git has ignore it .

Posted by kh...@apache.org.
This is an automated email from the ASF dual-hosted git repository.

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

commit 18d7e7623d17eb8196ea336bdf55b20bfe731311
Author: Karl Heinz Marbaise <kh...@apache.org>
AuthorDate: Fri Apr 15 16:45:17 2022 +0200

    [MNG-7448] - if we delete bin directory in apache-maven/src, we can not find because git has ignore it .
---
 .gitignore | 1 -
 1 file changed, 1 deletion(-)

diff --git a/.gitignore b/.gitignore
index 0a2cc2d71..a076a81ef 100644
--- a/.gitignore
+++ b/.gitignore
@@ -3,7 +3,6 @@ target/
 .classpath
 .settings/
 .svn/
-bin/
 # Intellij
 *.ipr
 *.iml