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.
ambv
approved these changes
brettcannon
changed the title
GH-83417: Allow
GH-83417: Allow venv add a .gitignore file to environmentsvenv to add a .gitignore file to environments via a new scm_ignore_file parameter
This was referenced
csm10495 pushed a commit to csm10495/cpython that referenced this pull request
…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>
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