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

Add .venv/ to .gitignore #2172

Merged
merged 3 commits into from
Jul 8, 2024
Merged

Add .venv/ to .gitignore #2172

merged 3 commits into from
Jul 8, 2024

Conversation

EwoutH
Copy link
Contributor

@EwoutH EwoutH commented Jul 7, 2024

Don't track virtual environment files in Git.

See #2171 (comment).

Don't track virtual environment files in Git
@EwoutH EwoutH added maintenance Release notes label ignore-for-release PRs that aren't included in the release notes labels Jul 7, 2024
.gitignore Outdated
@@ -90,3 +90,5 @@ pythonenv*/
mesa/visualization/templates/external/
mesa/visualization/templates/js/external/

# Virtual environments
.venv/
Copy link
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Looking further, this should be put next to L17 and L18. There is also L87 that they should all be grouped together.

Copy link
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Feel free to merge when this has been addressed.

@EwoutH EwoutH merged commit e5dac68 into main Jul 8, 2024
8 of 9 checks passed
@rht rht deleted the gitignore-venv branch July 8, 2024 08:36
vitorfrois pushed a commit to vitorfrois/mesa that referenced this pull request Jul 15, 2024
Don't track virtual environment files in Git
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
ignore-for-release PRs that aren't included in the release notes maintenance Release notes label
Projects
None yet
Development

Successfully merging this pull request may close these issues.

None yet

2 participants