Skip to content

Latest commit

 

History

History
30 lines (22 loc) · 617 Bytes

STRUCTURE.md

File metadata and controls

30 lines (22 loc) · 617 Bytes

Project structure

Here are the most important files and directories of the project:

Repository-Template
├── src
│   ├── assets
│   │   └── img
│   │       └── screenshot.png
│   └── project-code.sh
├── .gitignore
├── SECURITY
├── CODE_OF_CONDUCT
├── CONTRIBUTING
├── LICENCE
└── README.md

src/

This directory contains the source code of the project.

src/assets/

This directory contains the assets of the project.

Files

If necessary, provide a description of the most important files of the project.