weblate/.gitignore
Michal Čihař 7ada913738 Use separate Celery queue for search updates
There should be dedicated worker for this to avoid locking races on big
installations.

Signed-off-by: Michal Čihař <michal@cihar.com>
2018-12-05 13:35:32 +01:00

29 lines
410 B
Text

*.pyproj
*.pyc
*.sw[pon]
/.coverage*
/weblate/repos/
/weblate/locale/*/*/*.mo
/weblate/langdata/locale/*/*/*.mo
/weblate/whoosh-index/
/weblate/avatar-cache/
weblate-*.tar.*
/*.db
/weblate/settings.py
/weblate/test-repos/
/reports/
/tags
.idea/*
*.sublime-*
/Weblate.egg-info/
/build/
/data/
/data-test/
/dist/
/.vs
/.tesseract/
/test-images/
/cc-test-reporter
# Celery logs/pids
/weblate-*.log
/weblate-*.pid