diff --git a/content/files/_index.md b/content/files/_index.md index e6ff702..191afcd 100644 --- a/content/files/_index.md +++ b/content/files/_index.md @@ -34,6 +34,28 @@ doivent respecter une certaine arborescence que voici : └── ... ``` +Ou pour un exercice seul : + +``` + . + ├── AUTHORS.txt + ├── challenge.txt + ├── finished.md (opt.) + ├── heading.jpg + ├── links.txt + ├── overview.md + ├── resolution.md (choice) + ├── resolution.mp4 (choice) + ├── repochecker-ack.txt + ├── statement.md + ├── title.txt + ├── files/ + │ ├── DIGESTS.txt + │ └── ... + └── ressources/ + └── ... +``` + {{% notice warning %}} Pour le bon usage et la bonne configuration de vos dépôts sur GitLab, veuillez consulter [la page dédiée]({{}}). {{% /notice %}}