Skip to content
Better HN
Top
New
Best
Ask
Show
Jobs
Search
⌘K
0 points
akerl_
1mo ago
0 comments
Share
No. Use a .gitignore
instead
of .gitkeep. Instead of checking in build/.gitkeep, check in build/.gitignore.
undefined | Better HN
0 comments
default
newest
oldest
dwattttt
1mo 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
akerl_
OP
1mo ago
.gitignore is the officially recommended way to do this:
https://archive.kernel.org/oldwiki/git.wiki.kernel.org/index...
Supermancho
1mo 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.
j
/
k
navigate · click thread line to collapse