mirror of
https://github.com/cookiecutter/cookiecutter-django.git
synced 2025-07-18 12:02:26 +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
|
# Covers JetBrains IDEs: IntelliJ, RubyMine, PhpStorm, AppCode, PyCharm, CLion, Android Studio and Webstorm
|
||||||
# Reference: https://intellij-support.jetbrains.com/hc/en-us/articles/206544839
|
# Reference: https://intellij-support.jetbrains.com/hc/en-us/articles/206544839
|
||||||
|
|
||||||
|
# All
|
||||||
|
.idea/
|
||||||
|
|
||||||
# User-specific stuff:
|
# User-specific stuff:
|
||||||
.idea/**/workspace.xml
|
.idea/**/workspace.xml
|
||||||
.idea/**/tasks.xml
|
.idea/**/tasks.xml
|
||||||
|
@ -348,3 +351,9 @@ vendors.js
|
||||||
{{ cookiecutter.project_slug }}/static/webpack_bundles/
|
{{ cookiecutter.project_slug }}/static/webpack_bundles/
|
||||||
webpack-stats.json
|
webpack-stats.json
|
||||||
{%- endif %}
|
{%- endif %}
|
||||||
|
|
||||||
|
# Environments
|
||||||
|
.env
|
||||||
|
.envs/*
|
||||||
|
!.envs/.local/
|
||||||
|
.certificates/
|
||||||
|
|
Loading…
Reference in New Issue
Block a user