- I installed GitHub Desktop and added a local repository of my existing git repo.
- I selected all of the files that I didn't want to track > right clicked > add to ignore list.
- I pushed the changes
When I went back into my repo it had deleted all of my untracked files and left only what was committed. Is there anyway to undo this?
I had never committed my untracked files before so they are not on github
I had used tortoise git previously before switching to GitHub Desktop. I wouldn't be surprised if I did something wrong