mirror of
https://github.com/friendica/friendica
synced 2025-04-19 05:50:10 +00:00
Composer: Add vendor directry
- Add gitignore to avoid committing libraries' .git folder
This commit is contained in:
parent
8c49a7b68f
commit
cae0543629
10 changed files with 598 additions and 0 deletions
7
vendor/autoload.php
vendored
Normal file
7
vendor/autoload.php
vendored
Normal file
|
@ -0,0 +1,7 @@
|
|||
<?php
|
||||
|
||||
// autoload.php @generated by Composer
|
||||
|
||||
require_once __DIR__ . '/composer/autoload_real.php';
|
||||
|
||||
return ComposerAutoloaderInitFriendica::getLoader();
|
Loading…
Add table
Add a link
Reference in a new issue