Clean up nested venv files from .gitignore

Fixes #2226
This commit is contained in:
Bruno Alla 2020-09-07 15:30:37 +02:00
parent ffaec00084
commit 2a0f40e767
2 changed files with 0 additions and 22 deletions

10
.gitignore vendored
View File

@ -208,16 +208,6 @@ Session.vim
tags tags
### VirtualEnv template
# Virtualenv
# http://iamzed.com/2009/05/07/a-primer-on-virtualenv/
[Ii]nclude
[Ll]ib
[Ll]ib64
pyvenv.cfg
pip-selfcheck.json
# Even though the project might be opened and edited # Even though the project might be opened and edited
# in any of the JetBrains IDEs, it makes no sence whatsoever # in any of the JetBrains IDEs, it makes no sence whatsoever
# to 'run' anything within it since any particular cookiecutter # to 'run' anything within it since any particular cookiecutter

View File

@ -321,18 +321,6 @@ Session.vim
# Auto-generated tag files # Auto-generated tag files
tags tags
{% if cookiecutter.use_docker == 'n' %}
### VirtualEnv template
# Virtualenv
[Ii]nclude
[Ll]ib
[Ll]ib64
[Ss]cripts
pyvenv.cfg
pip-selfcheck.json
.env
{% endif %}
### Project template ### Project template
{% if cookiecutter.use_mailhog == 'y' and cookiecutter.use_docker == 'n' %} {% if cookiecutter.use_mailhog == 'y' and cookiecutter.use_docker == 'n' %}