diff --git a/.gitignore b/.gitignore index 8d4f2f1..4976465 100644 --- a/.gitignore +++ b/.gitignore @@ -187,3 +187,5 @@ fabric.properties /web/js/ # End of https://www.toptal.com/developers/gitignore/api/symfony,phpstorm,git +/.idea +/vendor/ \ No newline at end of file diff --git a/vendor/autoload.php b/vendor/autoload.php deleted file mode 100644 index 3add176..0000000 --- a/vendor/autoload.php +++ /dev/null @@ -1,25 +0,0 @@ - dirname(__DIR__, 1), -]); - -[$app, $args] = $runtime - ->getResolver($app) - ->resolve(); - -$app = $app(...$args); - -exit( - $runtime - ->getRunner($app) - ->run() -);