Y
Hacker News
new
|
ask
|
show
|
jobs
by
jcalvinowens
481 days ago
Agreed, I don't want my checkout implicitly ignoring a file somebody else's checkout wouldn't.
1 comments
tremon
481 days ago
Probably not what you meant, but git checkout is not affected by .gitignore anyway. If a file is already in the repository, git will keep tracking it.
link