.gitignore file showing up in git status under untracked files -
Guit newbie here I'm probably making a simple mistake here, but I think my file can not be found. When you add a file to the .gitignore file, should not it show in "git status" at all? Here is my .gitignore file:
. *. Suo *. User
I also tried it like this: . *. \ .jar
is the file to be displayed under GIT status ACS.CF/ACS.CF.UI.Framework/ACS.CF.UI.Framework.csproj.user
Try
*. Suo
*. User
Comments
Post a Comment