mirror of
https://github.com/WeblateOrg/weblate.git
synced 2026-07-28 22:52:15 +08:00
Maintaining in the repository has proven to be problematic, so rather create it on the release time.
14 lines
416 B
Text
Vendored
14 lines
416 B
Text
Vendored
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
|
|
exclude weblate/settings.py
|
|
prune data*
|
|
prune dev-docker/data*
|
|
global-exclude *.swp *.swo *.swn __pycache__ *.pyc *.pyo uv.lock
|