Hmm, I screwed up...
I have a repo and did a git add . for the first time.
But then realised there are a lot of files that should not be there, so I wanted to reset and then fix the .gitignore en then redo.
after doing git reset --hard
all my files are gone.
Question, is there a way to "undo" this?
Desperate for help. I have no other backup, pushing to git was supposed to be my backup ;>)