Update Repository Structure authored by Fabian Nuraddin Alexander Gabel's avatar Fabian Nuraddin Alexander Gabel
The basic repository when cloned looks like this
```
├── bin
├── CONTRIBUTING.md
├── docker
├── public
├── README.md
├── review
├── static
├── testing
└── topics
```
# `/static`
For files that are not changed and included as they are on the production site.
......
......