SAMPLE Template Project
Sample Project for Gitlab specific functionalities
PLEASE REPLACE ALL CONTENTS IN THIS FILE AS YOUR OWN
Applying your own sources/docs
- Place all your conducted sources, docs under 'PROJECT_FILES'
- Rename 'PROJECT_FILES' directory as you want.
- You can change any files under this root directory, except '.git', '.gitlab' directory.
- If you want to officially represented versioned control of this source tree, then use 'VERSION' file.
- If you want to use CI/CD functionalities, just refer to '.gitlab-ci.yml.SAMPLE-1' and '.gitlab-ci.yml.SAMPLE-2' or make your own CI/CD configuration file(refer to 'gitlab-ci' directory).
Use below files according to your project specific stuffs
|-- README.md
|-- Dockerfile
|-- *.dockerfile
|-- gitignore
|-- *.gitignore
|-- gitlab-ci
|-- *.gitlab-ci.yml
|-- LICENSE
|-- *LICENSE.txt
|-- metrics-dashboards
|-- custom_metrics-dashboard.yml
|-- another_metrics-dashboard.yml
Description
Languages
Dockerfile
99.2%
C++
0.8%