-
- Notifications
You must be signed in to change notification settings - Fork 33.5k
GH-83417: Allow venv to add a .gitignore file to environments via a new scm_ignore_file parameter #108125
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
Merged
brettcannon merged 12 commits into python:main from brettcannon:issue-83417-venv-gitignore Sep 15, 2023
Merged
GH-83417: Allow venv to add a .gitignore file to environments via a new scm_ignore_file parameter #108125
Changes from 6 commits
Commits
Show all changes
12 commits Select commit Hold shift + click to select a range
f889dc6 GH-83417: Allow `venv` add a `.gitignore` file to environments
brettcannon 1faf4b0 Add a news entry
brettcannon 31d0558 Apply suggestions from code review
brettcannon 41e541c Merge branch 'main' into issue-83417-venv-gitignore
brettcannon ce17684 Switch to `scm_ignore_file`
brettcannon 90eb700 Merge branch 'main' into issue-83417-venv-gitignore
brettcannon c3b96e0 Make `scm_ignore_files` accept an iterable
brettcannon a8528dd Merge branch 'main' into issue-83417-venv-gitignore
brettcannon ddc2225 Update Doc/library/venv.rst
brettcannon 547879d Fix capitalization of "Git"
brettcannon 8ba65b5 Merge branch 'main' into issue-83417-venv-gitignore
brettcannon f75b26c Add a What's new entry
brettcannon File filter
Filter by extension
Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
There are no files selected for viewing
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters. Learn more about bidirectional Unicode characters
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters. Learn more about bidirectional Unicode characters
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters. Learn more about bidirectional Unicode characters
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters. Learn more about bidirectional Unicode characters
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters. Learn more about bidirectional Unicode characters
3 changes: 3 additions & 0 deletions 3 Misc/NEWS.d/next/Library/2023-08-18-22-58-07.gh-issue-83417.61J4yM.rst
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters. Learn more about bidirectional Unicode characters
| Original file line number | Diff line number | Diff line change |
|---|---|---|
| @@ -0,0 +1,3 @@ | ||
| Add the ability for venv to create a ``.gitignore`` file which causes the | ||
| created environment to be ignored by git. It is on by default when venv is | ||
brettcannon marked this conversation as resolved. Outdated Show resolved Hide resolved | ||
| called via its CLI. | ||
Add this suggestion to a batch that can be applied as a single commit. This suggestion is invalid because no changes were made to the code. Suggestions cannot be applied while the pull request is closed. Suggestions cannot be applied while viewing a subset of changes. Only one suggestion per line can be applied in a batch. Add this suggestion to a batch that can be applied as a single commit. Applying suggestions on deleted lines is not supported. You must change the existing code in this line in order to create a valid suggestion. Outdated suggestions cannot be applied. This suggestion has been applied or marked resolved. Suggestions cannot be applied from pending reviews. Suggestions cannot be applied on multi-line comments. Suggestions cannot be applied while the pull request is queued to merge. Suggestion cannot be applied right now. Please check back later.
Uh oh!
There was an error while loading. Please reload this page.