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