Composer: Add vendor directry

- Add gitignore to avoid committing libraries' .git folder
This commit is contained in:
Hypolite Petovan 2017-03-31 22:34:30 -04:00
parent 8c49a7b68f
commit cae0543629
10 changed files with 598 additions and 0 deletions

View file

@ -0,0 +1,9 @@
<?php
// autoload_namespaces.php @generated by Composer
$vendorDir = dirname(dirname(__FILE__));
$baseDir = dirname($vendorDir);
return array(
);