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
I am assuming that you are trying to remove a single file from git tacking. for that I would recommend below command.
git update-index --assume-unchanged
Ex - git update-index --assume-unchanged .gitignore .idea/compiler.xml