weblate/.gitignore
Michal Čihař fabe5a3cf7 Search: Remove Whoosh usage
Rely on database features instead.

Issue #2825
Fixes #2549
2020-03-10 19:50:17 +01:00

31 lines
387 B
Text

*.pyproj
*.pyc
*.sw[pon]
/.coverage*
/weblate/locale/*/*/*.mo
/weblate/langdata/locale/*/*/*.mo
weblate-*.tar.*
/*.db
/weblate/settings.py
/reports/
/tags
.idea/*
*.sublime-*
.vscode/*
/Weblate.egg-info/
/build/
/data/
/data-test/
/dist/
/.vs
/.venv
/.venv2
/weblate-env/
/.tesseract/
/test-images/
/cc-test-reporter
# Celery logs/pids
/weblate-*.log
/weblate-*.pid
/dev-docker/data/
*~