Y
Hacker News
new
|
ask
|
show
|
jobs
by
dwattttt
121 days ago
I don't know that I like this approach. It certainly works, but it's not specifically what (people expect) a .gitignore file to be used for. That confusion isn't good:
https://thecodelesscode.com/case/222
and
https://thecodelesscode.com/case/223
1 comments
akerl_
121 days ago
.gitignore is the officially recommended way to do this:
https://archive.kernel.org/oldwiki/git.wiki.kernel.org/index...
link
Supermancho
120 days ago
Granted, naming is hard. Routinely using a file named .deleteme or .rememberwalkthedog because it's recommended instead of a more readable solution, is not a compelling reason to switch.
link