mirror of
https://github.com/Hopiu/cookiecutter-django.git
synced 2026-05-17 00:31:08 +00:00
parent
9cd0ee0272
commit
57761e77b3
1 changed files with 1 additions and 1 deletions
|
|
@ -285,7 +285,7 @@ def main():
|
|||
remove_envs_and_associated_files()
|
||||
else:
|
||||
append_to_gitignore_file('.env')
|
||||
append_to_gitignore_file('.envs' + '/**/*')
|
||||
append_to_gitignore_file('.envs/*')
|
||||
if '{{ cookiecutter.keep_local_envs_in_vcs }}'.lower() == 'y':
|
||||
append_to_gitignore_file('!.envs/.local/')
|
||||
|
||||
|
|
|
|||
Loading…
Reference in a new issue