Add python exclusions to gitignore#710
Conversation
|
There are too many raw file blocks in here. Do all of these file types get put in the root? |
|
It's mostly pulled from the github python template gitignore. The only ones I've noticed locally are |
|
Yeah we'd want to limit this to folders. Raw blocking file types is incorrect, because other projects might need those. |
|
@ThadHouse I've minimized to just what I think is necessary for Python |
|
Under what conditions would these python files end up in a gradle wpi project? |
|
It doesn't currently but all Additionally, |
|
I think that robotpy init making a .gitignore would be better then copying a C++/Java .gitignore. And even if it was implemented in the vs-code extension, I think it would be a different .gitignore, rather then adding onto the C++/Java one. |
|
robotpy now creates a .gitignore. robotpy/robotpy-installer#128 |
No description provided.