Update gitignore

This commit is contained in:
Igor 2025-03-20 11:27:54 +01:00
parent 232cf43165
commit d693f9a425

View File

@ -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/