Y
Hacker News
new
|
ask
|
show
|
jobs
by
beAbU
120 days ago
Why not put '.local' in your toplevel gitignore, and not commit an empty .local folder up to the forge?
1 comments
zahlman
120 days ago
Upstream never sees an empty .local folder because, as established, Git doesn't keep empty folders. This way, .local isn't mentioned in the top-level .gitignore. It's just that tiny bit cleaner.
link