Movatterモバイル変換


[0]ホーム

URL:


Skip to content

Navigation Menu

Sign in
Appearance settings

Search code, repositories, users, issues, pull requests...

Provide feedback

We read every piece of feedback, and take your input very seriously.

Saved searches

Use saved searches to filter your results more quickly

Sign up
Appearance settings

GH-83417: Allowvenv to add a.gitignore file to environments via a newscm_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 ourterms of service andprivacy statement. We’ll occasionally send you account related emails.

Already on GitHub?Sign in to your account

Merged
Merged
Changes from1 commit
Commits
Show all changes
12 commits
Select commitHold shift + click to select a range
f889dc6
GH-83417: Allow `venv` add a `.gitignore` file to environments
brettcannonAug 18, 2023
1faf4b0
Add a news entry
brettcannonAug 18, 2023
31d0558
Apply suggestions from code review
brettcannonAug 21, 2023
41e541c
Merge branch 'main' into issue-83417-venv-gitignore
brettcannonAug 21, 2023
ce17684
Switch to `scm_ignore_file`
brettcannonSep 4, 2023
90eb700
Merge branch 'main' into issue-83417-venv-gitignore
brettcannonSep 6, 2023
c3b96e0
Make `scm_ignore_files` accept an iterable
brettcannonSep 10, 2023
a8528dd
Merge branch 'main' into issue-83417-venv-gitignore
brettcannonSep 10, 2023
ddc2225
Update Doc/library/venv.rst
brettcannonSep 10, 2023
547879d
Fix capitalization of "Git"
brettcannonSep 11, 2023
8ba65b5
Merge branch 'main' into issue-83417-venv-gitignore
brettcannonSep 11, 2023
f75b26c
Add a What's new entry
brettcannonSep 15, 2023
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
PrevPrevious commit
NextNext commit
Update Doc/library/venv.rst
Co-authored-by: Adam Turner <9087854+AA-Turner@users.noreply.github.com>
  • Loading branch information
@brettcannon@AA-Turner
brettcannon andAA-Turner authoredSep 10, 2023
commitddc2225c98a8d0240d47f488c51b669600ffb953
2 changes: 1 addition & 1 deletionDoc/library/venv.rst
View file
Open in desktop
Original file line numberDiff line numberDiff line change
Expand Up@@ -143,7 +143,7 @@ creation according to their needs, the :class:`EnvBuilder` class.

.. class:: EnvBuilder(system_site_packages=False, clear=False, \
symlinks=False, upgrade=False, with_pip=False, \
prompt=None, upgrade_deps=False,
prompt=None, upgrade_deps=False, \
*, scm_ignore_files=frozenset())

The :class:`EnvBuilder` class accepts the following keyword arguments on
Expand Down

[8]ページ先頭

©2009-2025 Movatter.jp