mirror of
https://github.com/cookiecutter/cookiecutter-django.git
synced 2024-11-23 18:14:01 +03:00
parent
ffaec00084
commit
2a0f40e767
10
.gitignore
vendored
10
.gitignore
vendored
|
@ -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
|
||||||
|
|
12
{{cookiecutter.project_slug}}/.gitignore
vendored
12
{{cookiecutter.project_slug}}/.gitignore
vendored
|
@ -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' %}
|
||||||
|
|
Loading…
Reference in New Issue
Block a user