Files
2022_oknardia/oknardia/templates/seria_info/prepared/.gitignore

14 lines
628 B
Plaintext
Raw Blame History

This file contains ambiguous Unicode characters
This file contains Unicode characters that might be confused with other characters. If you think that this is intentional, you can safely ignore this warning. Use the Escape button to reveal them.
# Игнорируем все файлы в этой папке (генерируются динамически)
# Содержит кеш-файлы со статик-шаблонами:
# - *_id_static_flaps.html
# - *_id_static_graph.html
# - *_id_static_map_stats.html
#
# Эти файлы генерируются при запуске management-команды:
# python manage.py regenerate_seria_prerender
#
# В продакшене они сохраняются на диск и включаются в шаблоны
# за счет системы двухуровневого кеширования.
*
!.gitignore