git - File keeps coming back -
we have set our .gitignore
file ignore
- all files ending in
*.sdf
- as full path file, e.g.
/myproject/database/mydatabase.sdf
/
being project's root (top-level directory checked git) ignore 1 file
but file keeps coming checked in various members of team.
any ideas how really exclude .sdf
file good?
we can't quite grasp why keeps popping in modified files everybody..
if pop in modified files
means have committed file past. before adding .gitignore
rule.
am right?
you have remove via git rm
, commit change.
Comments
Post a Comment