I just initialized a repository by applying
git flow init
git remote add origin git@gitlab.com:folder/project.git
git add .
I noticed that I needed to comment on a folder, then used
git reset --hard
And tried to add the folder to .gitignore
, but all folders that were untracked have been removed, after that I used
git clean -f -d
And now I have nothing, I lost my whole project and I don't know how to restore it.