gitignore issue after clone repo

  • Thread starter Thread starter Rkearney
  • Start date Start date
R

Rkearney

Guest
I have a git repo on AzDevOps, which I cloned to my computer. However, as soon as I clone it, Visual studio detects changes such as "the *.nuget.cache" files in the Project\Obj folder, as well as the Debug folders, and etc.. etc..

So I figured this repo was uploaded initially when git wasn't being used, so there was no .gitignore. so I log into the website, upload a standard visual studio .gitignore, delete my local cloned repo, then clone again. However, I'm still seeing those changes detected. I tried other things such as changing the global git exlcludes, but I'm at a loss, any suggestions?

and, yes, I'm relatively new to using VS & git. Any advice or help would be appreciated

-rk

Continue reading...
 
Back
Top