mirror of
https://gh.wpcy.net/https://github.com/WeblateOrg/weblate.git
synced 2026-04-25 11:57:17 +08:00
* feat: add SBOM documentation Automatically generated from the JavaScript and Python dependencies. This is probably incomplete and will need additional tuning, but it is a starting point to providing a SBOM. Fixes #14106
24 lines
778 B
Text
24 lines
778 B
Text
include COPYING
|
|
include ChangeLog
|
|
include *.rst
|
|
include *.md
|
|
include *.py
|
|
recursive-include weblate *.py
|
|
recursive-include weblate/static *
|
|
recursive-include weblate/templates *
|
|
recursive-include weblate/legal/templates *
|
|
recursive-include weblate/wladmin/templates *
|
|
recursive-include weblate/fonts *.py
|
|
recursive-include weblate/fonts/static *
|
|
recursive-include weblate/locale *.pot
|
|
recursive-include weblate/locale *.po
|
|
recursive-include weblate/locale *.mo
|
|
recursive-include weblate/examples *
|
|
include weblate/billing/test-data/*
|
|
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
|