mirror of
https://git.sekbaer.de/Friendica/friendica.git
synced 2025-06-08 00:04:27 +02: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