Move the bin directory
This commit is contained in:
parent
e64a0b2ae3
commit
66013363df
1
.gitignore
vendored
1
.gitignore
vendored
|
@ -1,3 +1,4 @@
|
|||
/bin/
|
||||
/mix-manifest.json
|
||||
/node_modules/
|
||||
/output_*/
|
||||
|
|
|
@ -44,6 +44,7 @@
|
|||
"phpunit/phpunit": "^5.7"
|
||||
},
|
||||
"config": {
|
||||
"bin-dir": "bin",
|
||||
"sort-packages": true
|
||||
},
|
||||
"autoload": {
|
||||
|
|
Reference in a new issue