Please help me! I just f***ed up everything! I was working on a angular crash course project in visual studio and then wanted to commit my changes to git so i first wanted to add my git repo to the project. But i saw that there was a error or warning showing me that there were a lot of untracked and uncommited files to git. When i saw what kind of files they were, they didn't have to do anything with my projects but were all local folders and files. I didnt understand why these files and folders were not commited and untracked since they didn't have to do anything with my project so i didn't want to commit all my private files to git. Here is where the problem begins: i did the git clean -fd command and it started to actually delete all these files from my PC. Oh God i am crying. I don't know what i did and now i don't know how to restore them. Please can you help me with this issue? I want to restore all my files and folders and basically everything. I don't know how git was was showing me my local files were not commited or tracked or something like that. I just don't have any idea. Please help me! What can i do? I am still a Junior and don't know what to do. :(((
As explained above, i wanted to commit the project i was doing to git so i wanted to add my git repo to the project.