mirror of
https://github.com/hauke68/Magallanes.git
synced 2025-10-14 01:00:18 +02:00
Add vendor's bins to bin directory
This commit is contained in:
parent
1cf7c56c39
commit
dae179acad
2
.gitignore
vendored
2
.gitignore
vendored
@ -1,5 +1,7 @@
|
|||||||
vendor
|
vendor
|
||||||
mage.phar
|
mage.phar
|
||||||
|
bin
|
||||||
|
!bin/mage
|
||||||
|
|
||||||
# OS generated files # // GitHub Recommendation
|
# OS generated files # // GitHub Recommendation
|
||||||
######################
|
######################
|
||||||
|
@ -18,6 +18,9 @@
|
|||||||
"Command\\": ".mage/commands"
|
"Command\\": ".mage/commands"
|
||||||
}
|
}
|
||||||
},
|
},
|
||||||
|
"config": {
|
||||||
|
"bin-dir": "bin"
|
||||||
|
},
|
||||||
"bin": [
|
"bin": [
|
||||||
"bin/mage"
|
"bin/mage"
|
||||||
]
|
]
|
||||||
|
Loading…
Reference in New Issue
Block a user