Gitlab CI/CD: Deploy forces reinit of git repo resulting in deleting untracked files
If you run CICD deploy target for the same project again, this will trigger reinitialisation of the git dir. Since we only have one deploy directory so far, files not tracked by git will be overwritten and deleted!