1
0
mirror of https://github.com/hauke68/Magallanes.git synced 2025-08-26 05:10:17 +02:00

Add vendor's bins to bin directory

This commit is contained in:
Kuba Turek 2014-12-02 19:44:43 +01:00
parent 1cf7c56c39
commit dae179acad
2 changed files with 5 additions and 0 deletions

2
.gitignore vendored
View File

@ -1,5 +1,7 @@
vendor
mage.phar
bin
!bin/mage
# OS generated files # // GitHub Recommendation
######################

View File

@ -18,6 +18,9 @@
"Command\\": ".mage/commands"
}
},
"config": {
"bin-dir": "bin"
},
"bin": [
"bin/mage"
]