In git ignore list I have:
build/**
.DS_Store
After updating some files git status shows:
modified: db/main/res/.DS_Store
I did not expect to show that .DS_Store
is modified because it is in ignore list. Working directory or project root is ~/myproj
.
How to fix this problem?