mirror of
https://gh.wpcy.net/https://github.com/WeblateOrg/weblate.git
synced 2026-05-07 05:18:00 +08:00
There should be dedicated worker for this to avoid locking races on big installations. Signed-off-by: Michal Čihař <michal@cihar.com>
29 lines
410 B
Text
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
|