git - Why is my .gitignore file ignored? -
i've read posts can find here regarding topic, still can't seem figure out why .gitignore
file totally ignored.
my main repository folder mediastore. inside have vs project, committed. create file, test.txt in mediastore folder, it's not added, not tracked. create .gitignore
file in same folder. looks this:
test.txt mediastore2/obj/
still, when executing git status
within folder, both test.txt , obj folder listed untracked. why?
(im working under windows 7; posh-git , notepad editing file)
Comments
Post a Comment