Changes
Page history
Update Repository Structure
authored
Aug 25, 2021
by
Fabian Nuraddin Alexander Gabel
Show whitespace changes
Inline
Side-by-side
Repository-Structure.md
View page @
0f46e735
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.
...
...
...
...