mirror of
https://gh.wpcy.net/https://github.com/WeblateOrg/weblate.git
synced 2026-04-25 09:00:33 +08:00
- currently limited to xgettext, Django and Sphinx - we have not intention for generic solution here Fixes #10708 Fixes #18428
15 lines
446 B
Text
15 lines
446 B
Text
include COPYING
|
|
include ChangeLog
|
|
include *.rst
|
|
include *.md
|
|
include *.py
|
|
recursive-include weblate/examples *
|
|
include weblate/billing/test-data/*
|
|
include weblate/addons/extractors/sphinx/docutils.conf
|
|
include weblate/trans/tests/data/*
|
|
include weblate/trans/fixtures/simple-project.json
|
|
recursive-include sbom *.json
|
|
exclude weblate/settings.py
|
|
prune data*
|
|
prune dev-docker/data*
|
|
global-exclude *.swp *.swo *.swn __pycache__ *.pyc *.pyo uv.lock
|