Give sample tree for standalone exercices
continuous-integration/drone/push Build is pending Details

This commit is contained in:
nemunaire 2023-04-23 10:16:47 +02:00
parent d8f91861bd
commit 9da34c0cfe
1 changed files with 22 additions and 0 deletions

View File

@ -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]({{<relref "git">}}).
{{% /notice %}}