Move the bin directory

This commit is contained in:
Oliver Davies 2019-09-08 11:30:57 +01:00
parent e64a0b2ae3
commit 66013363df
2 changed files with 2 additions and 0 deletions

1
.gitignore vendored
View file

@ -1,3 +1,4 @@
/bin/
/mix-manifest.json
/node_modules/
/output_*/

View file

@ -44,6 +44,7 @@
"phpunit/phpunit": "^5.7"
},
"config": {
"bin-dir": "bin",
"sort-packages": true
},
"autoload": {