Hacker News
new
|
past
|
comments
|
ask
|
show
|
jobs
|
submit
login
akerl_
17 days ago
|
parent
|
context
|
favorite
| on:
Don't create .gitkeep files, use .gitignore instea...
No. Use a .gitignore
instead
of .gitkeep. Instead of checking in build/.gitkeep, check in build/.gitignore.
dwattttt
17 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
akerl_
17 days ago
|
parent
[–]
.gitignore is the officially recommended way to do this:
https://archive.kernel.org/oldwiki/git.wiki.kernel.org/index...
Supermancho
17 days ago
|
root
|
parent
[–]
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.
Guidelines
|
FAQ
|
Lists
|
API
|
Security
|
Legal
|
Apply to YC
|
Contact
Search: