mirror of
https://github.com/cookiecutter/cookiecutter-django.git
synced 2025-07-16 11:02:22 +03:00
Update gitignore
This commit is contained in:
parent
232cf43165
commit
d693f9a425
9
{{cookiecutter.project_slug}}/.gitignore
vendored
9
{{cookiecutter.project_slug}}/.gitignore
vendored
|
@ -170,6 +170,9 @@ typings/
|
|||
# Covers JetBrains IDEs: IntelliJ, RubyMine, PhpStorm, AppCode, PyCharm, CLion, Android Studio and Webstorm
|
||||
# Reference: https://intellij-support.jetbrains.com/hc/en-us/articles/206544839
|
||||
|
||||
# All
|
||||
.idea/
|
||||
|
||||
# User-specific stuff:
|
||||
.idea/**/workspace.xml
|
||||
.idea/**/tasks.xml
|
||||
|
@ -348,3 +351,9 @@ vendors.js
|
|||
{{ cookiecutter.project_slug }}/static/webpack_bundles/
|
||||
webpack-stats.json
|
||||
{%- endif %}
|
||||
|
||||
# Environments
|
||||
.env
|
||||
.envs/*
|
||||
!.envs/.local/
|
||||
.certificates/
|
||||
|
|
Loading…
Reference in New Issue
Block a user