This is an automated email from the ASF dual-hosted git repository. michaelo pushed a commit to branch MNG-7448 in repository https://gitbox.apache.org/repos/asf/maven.git
commit 3ad4fe5a1a3fe803e1372d9093a8ea27e95fc34c Author: Karl Heinz Marbaise <[email protected]> AuthorDate: Fri Apr 15 16:45:17 2022 +0200 [MNG-7448] Don't ignore bin/ otherwise bin/ in apache-maven module cannot be readded This closes #742 --- .gitignore | 2 -- 1 file changed, 2 deletions(-) diff --git a/.gitignore b/.gitignore index 0a2cc2d71..69c3758e8 100644 --- a/.gitignore +++ b/.gitignore @@ -3,12 +3,10 @@ target/ .classpath .settings/ .svn/ -bin/ # Intellij *.ipr *.iml .idea -out/ .DS_Store /bootstrap /dependencies.xml
