Bug#1010480: virtualenv: skip creating of .gitignore when creating virtualenv in .

2022-05-02 Thread stefanor
Tag: -1 + upstream This sounds like a purely upstream bug, I'd encourage you to file it at: https://github.com/pypa/virtualenv FWIW, I see a very similar issue: https://github.com/pypa/virtualenv/issues/2003 that was resolved by adding a command line flag. SR -- Stefano Rivera http://tumblew

Bug#1010480: virtualenv: skip creating of .gitignore when creating virtualenv in .

2022-05-02 Thread IOhannes m zmoelnig
Package: virtualenv Version: 20.14.0+ds-1 Severity: wishlist Dear Maintainer, 'virtualenv' creates a .gitignore file that just excludes everything from git. this is practical, if you do something like this: ``` virtualenv myenv ``` as this will just exclude everything in the myenv/ folder from