weblate/.gitignore
Michal Čihař cdf8a51cec Ignore gettext backup files
Signed-off-by: Michal Čihař <michal@cihar.com>
2019-04-27 10:26:34 +02:00

32 lines
430 B
Text
Vendored

*.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-*
.vscode/*
/Weblate.egg-info/
/build/
/data/
/data-test/
/dist/
/.vs
/.venv
/.tesseract/
/test-images/
/cc-test-reporter
# Celery logs/pids
/weblate-*.log
/weblate-*.pid
*~