weblate/.gitignore
Michal Čihař f57b4be264 Document new caching of Avatars
Avatars are now downloaded server side and cached for all users. This
improves performace of the site (no need to request to third party
servers) and also improves users privacy for the same reason.

Caching can be configured separately from rest of the Django caching and
it is recommended to use filesystem backed cache for this purpose.

Fixes #412

Signed-off-by: Michal Čihař <michal@cihar.com>
2014-03-21 11:36:38 +01:00

16 lines
208 B
Text
Vendored

*.pyc
*.sw[po]
/weblate/repos/
locale/*/*/*.mo
/weblate/whoosh-index/
/weblate/avatar-cache/
weblate-*.tar.*
/translate
/social
/*.db
/weblate/settings.py
/weblate/test-repos/
/reports/
/tags
/django
.idea/*