mirror of https://github.com/apache/maven.git
[MNG-7448] Don't ignore bin/ otherwise bin/ in apache-maven module cannot be readded
This closes #742
This commit is contained in:
parent
70e9381a74
commit
5002a0b0b8
|
@ -3,12 +3,10 @@ target/
|
||||||
.classpath
|
.classpath
|
||||||
.settings/
|
.settings/
|
||||||
.svn/
|
.svn/
|
||||||
bin/
|
|
||||||
# Intellij
|
# Intellij
|
||||||
*.ipr
|
*.ipr
|
||||||
*.iml
|
*.iml
|
||||||
.idea
|
.idea
|
||||||
out/
|
|
||||||
.DS_Store
|
.DS_Store
|
||||||
/bootstrap
|
/bootstrap
|
||||||
/dependencies.xml
|
/dependencies.xml
|
||||||
|
|
Loading…
Reference in New Issue