From bb0b46932f3fae6fc0bcb743c5ab5b17227880c0 Mon Sep 17 00:00:00 2001 From: Marien Fressinaud Date: Thu, 25 Mar 2021 12:00:29 +0100 Subject: [PATCH] tec: Ignore more folders on make tree --- Makefile | 2 +- docs/getting_started.md | 3 ++- 2 files changed, 3 insertions(+), 2 deletions(-) diff --git a/Makefile b/Makefile index 2d86248a..3086e0de 100644 --- a/Makefile +++ b/Makefile @@ -97,7 +97,7 @@ endif .PHONY: tree tree: ## Display the structure of the application - tree -I 'Minz|vendor|node_modules|coverage' --dirsfirst -CA + tree -I 'Minz|vendor|node_modules|coverage|cache|dev_assets|media' --dirsfirst -CA .PHONY: help help: diff --git a/docs/getting_started.md b/docs/getting_started.md index 5990b380..99554698 100644 --- a/docs/getting_started.md +++ b/docs/getting_started.md @@ -12,7 +12,8 @@ $ make tree ``` It will show you all the folders and files of the project, except the -dependencies including the Minz library (which is under [the `lib/` folder](/lib/)). +dependencies like the Minz library (which is under [the `lib/` folder](/lib/)). +It will also hide cache files or downloaded medias. Then, you should know that the entrypoint for the browser is the [`public/index.php` file](/public/index.php). In fact, a correctly configured Web server must