Skip to content
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

Open
virtuald opened this issue Jan 20, 2024 · 3 comments
Open

robotpy init should set up a basic .gitignore #107

virtuald opened this issue Jan 20, 2024 · 3 comments
Labels

Comments

@virtuald
Copy link
Member

No description provided.

@auscompgeek
Copy link
Member

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

@virtuald virtuald moved this to Todo in 2024 Season Jan 28, 2024
@sciencewhiz
Copy link

I think this is a better solution then wpilibsuite/vscode-wpilib#710

@auscompgeek
Copy link
Member

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

def run(self, main_file: pathlib.Path, project_path: pathlib.Path):

If a new non-Python file is added, it'll need to be added to MANIFEST.in to be included in the package.

include robotpy_installer/frcKillRobot.sh

@auscompgeek auscompgeek added the good first issue Good for newcomers label Jan 3, 2025
@virtuald virtuald moved this from Ready to In progress in 2025 Season Jan 6, 2025
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Projects
Status: In progress
Development

No branches or pull requests

3 participants