-
Notifications
You must be signed in to change notification settings - Fork 13
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
robotpy init should set up a basic .gitignore #107
Comments
Including some of the WPILib template gitignore would be a good idea: https://github.com/wpilibsuite/vscode-wpilib/blob/main/vscode-wpilib/resources/gradle/shared/.gitignore |
I think this is a better solution then wpilibsuite/vscode-wpilib#710 |
For the benefit of any contributors who'd like to pick this up: we should include https://github.com/github/gitignore/blob/main/Python.gitignore as well as the WPILib template's. Needs to be added into
If a new non-Python file is added, it'll need to be added to Line 1 in ed6870c
|
No description provided.
The text was updated successfully, but these errors were encountered: