weblate/.gitignore
Michal Čihař ca707cbd25 Devel: Improve rundev.sh and make it more robust
Use more real world setup based on the production docker,
just weaken some security to make it suitable for development.

Signed-off-by: Michal Čihař <michal@cihar.com>
2019-10-14 12:46:41 +02:00

35 lines
470 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
/.venv2
/weblate-env/
/.tesseract/
/test-images/
/cc-test-reporter
# Celery logs/pids
/weblate-*.log
/weblate-*.pid
/dev-docker/data/
*~