weblate/.gitignore
Michal Čihař ebff014508 feat(accounts): add bulk invitations
Allow to paste more e-mails and bulk invite users.

Fixes #17279
2026-04-01 11:18:44 +02:00

44 lines
589 B
Text

*.pyproj
*.pyc
*.sw[pon]
/.coverage*
/weblate/locale/*/*/*.mo
/docs/locales/*/*/*.mo
weblate-*.tar.*
/*.db
/weblate/settings.py
/reports/
/tags
/prof
/junit.xml
.idea/*
*.sublime-*
.vscode/*
/weblate.egg-info/
/build/
/data/
/data-test/
/dist/
/.vs
/.venv
/.venv*
/venv
*.DS_Store
/weblate-env/
/test-images/
/cc-test-reporter
# Celery logs/pids
/weblate-*.log
/weblate-*.pid
/dev-docker/.env
/dev-docker/data/
/dev-docker/weblate-dev/requirements.txt
*~
/.dmypy.json
/fil-result/
/weblate/static/js/vendor/oss-licenses.json
*node_modules/
/weblate-openapi.yaml
/memray*
/mypy.log
/.codex