Merge pull request #12492 from nathanielmanistaatgoogle/gitignore

Ignore all Python 3 virtual environments.
pull/12533/head
Nathaniel Manista 8 years ago committed by GitHub
commit 558e4c33b8
  1. 2
      .gitignore

2
.gitignore vendored

@ -16,7 +16,7 @@ htmlcov/
dist/
*.egg
py27/
py34/
py3[0-9]*/
# Node installation output
node_modules

Loading…
Cancel
Save