Update Repository Structure authored by Fabian Nuraddin Alexander Gabel's avatar Fabian Nuraddin Alexander Gabel
The basic repository when cloned looks like this The basic repository folders, when cloned, look like this
``` ```
├── bin ├── bin
├── CONTRIBUTING.md
├── docker ├── docker
├── public
├── README.md
├── review ├── review
├── static ├── static
├── testing ├── testing
... ...
......