allow nested rust projects#1563
allow nested rust projects#1563ddavison wants to merge 1 commit intogithub:masterfrom ddavison:patch-1
Conversation
|
Thanks, but could you explain what this change is trying to fix? |
|
sure - Consider the following project structures: Structure 1Structure 2In Structure #1, the current gitignore template works. With this fix, Structure #1 and Structure #2 will both work. |
|
Thanks for that. I don't use rust, so I don't know, but I would have thought the normal thing would be to have separate repositories for each project. Are they commonly nested like this? |
|
maybe not, but it doesn't hurt :) like I said - it fits both cases |
|
It does hurt in that it would cause any directory anywhere in your project with the name |
No description provided.