I want to
- provide an initial version of the file in git,
- and ignore all future changes
But using .gitignore
does not seems to work for me, as the file will show up as modified in git status
, even listed in .gitignore
, once tracked in git.
Is it possible?