◐ Shell
clean mode source ↗

GH-83417: Allow `venv` to add a `.gitignore` file to environments via a new `scm_ignore_file` parameter by brettcannon · Pull Request #108125 · python/cpython

Off by default via code but on by default via the CLI, the `.gitignore` file contains `*` which causes the entire directory to be ignored.

@brettcannon

@brettcannon brettcannon linked an issue

Aug 18, 2023

that may be closed by this pull request

vsajip

AA-Turner

Co-authored-by: Adam Turner <9087854+AA-Turner@users.noreply.github.com>

ambv

ambv approved these changes Aug 24, 2023

gaborbernat

gaborbernat

@brettcannon

@brettcannon brettcannon changed the title GH-83417: Allow venv add a .gitignore file to environments GH-83417: Allow venv to add a .gitignore file to environments via a new scm_ignore_file parameter

Sep 4, 2023

@brettcannon

gaborbernat

@brettcannon

@brettcannon

This was referenced

Sep 18, 2023

csm10495 pushed a commit to csm10495/cpython that referenced this pull request

Sep 28, 2023
…ts via a new `scm_ignore_file` parameter (pythonGH-108125)

This feature is off by default via code but on by default via the CLI. The `.gitignore` file contains `*` which causes the entire directory to be ignored.

Co-authored-by: Adam Turner <9087854+AA-Turner@users.noreply.github.com>
Co-authored-by: Hugo van Kemenade <hugovk@users.noreply.github.com>

hroncok added a commit to hroncok/virtualenv that referenced this pull request

Nov 29, 2023

hroncok added a commit to hroncok/virtualenv that referenced this pull request

Nov 29, 2023