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:
parent
1cf7c56c39
commit
dae179acad
2
.gitignore
vendored
2
.gitignore
vendored
@ -1,5 +1,7 @@
|
||||
vendor
|
||||
mage.phar
|
||||
bin
|
||||
!bin/mage
|
||||
|
||||
# OS generated files # // GitHub Recommendation
|
||||
######################
|
||||
|
@ -18,6 +18,9 @@
|
||||
"Command\\": ".mage/commands"
|
||||
}
|
||||
},
|
||||
"config": {
|
||||
"bin-dir": "bin"
|
||||
},
|
||||
"bin": [
|
||||
"bin/mage"
|
||||
]
|
||||
|
Loading…
Reference in New Issue
Block a user