From ad3716cbbd20551f5c28b3e92b9e80e85443ca95 Mon Sep 17 00:00:00 2001 From: William Niemiec Date: Fri, 10 Jun 2022 12:03:52 -0300 Subject: [PATCH] Vendor - docs --- .gitignore | 1 - README.md | 1 + 2 files changed, 1 insertion(+), 1 deletion(-) diff --git a/.gitignore b/.gitignore index a6c495d..36d0c41 100644 --- a/.gitignore +++ b/.gitignore @@ -1,6 +1,5 @@ .settings/ .buildpath .classpath -./vendor/ composer.lock .vscode \ No newline at end of file diff --git a/README.md b/README.md index c4300ab..9b0c529 100644 --- a/README.md +++ b/README.md @@ -96,6 +96,7 @@ Details about each version are documented in the [releases section](https://gith |docs |`Directory`|Documentation files| | panel | `Directory` | Admin system | |src |`Directory`|Application and test files| +|vendor |`Directory`|Composer files| | .htaccess | `File` | Redirection for correct MVC performance on Apache servers | Procfile | `File` | Heroku configuration file | index.php | `File` | Application entry point