I have cloned a project that includes some .csproj files. I don\'t need/like my local csproj files being tracked by Git (or being brought up when c
.csproj
csproj
git rm --fileName
git ls-files to make sure that the file is removed or untracked
git ls-files
git commit -m "UntrackChanges"
git push