Add pip-wheel-metadata folder to .gitignore (#2941)

This commit is contained in:
jack1142 2019-08-20 02:37:23 +02:00 committed by Toby Harradine
parent 3498f8ccb6
commit 580c4429e8
2 changed files with 2 additions and 0 deletions

1
.gitignore vendored
View File

@ -57,6 +57,7 @@ parts/
sdist/
var/
wheels/
pip-wheel-metadata/
*.egg-info/
.installed.cfg
*.egg

View File

@ -0,0 +1 @@
Add `pip-wheel-metadata` folder to `.gitignore` file - pip creates it when installing Red in venv