зеркало из https://github.com/mozilla/gecko-dev.git
23 строки
579 B
Plaintext
23 строки
579 B
Plaintext
include LICENSE *.rst *.toml .readthedocs.yml
|
|
|
|
# Don't package GitHub-specific files.
|
|
exclude .github/*.md .travis.yml
|
|
|
|
# Tests
|
|
include tox.ini .coveragerc conftest.py
|
|
recursive-include tests *.py
|
|
recursive-include .github *.rst
|
|
|
|
# Documentation
|
|
include docs/Makefile docs/docutils.conf
|
|
recursive-include docs *.png
|
|
recursive-include docs *.svg
|
|
recursive-include docs *.py
|
|
recursive-include docs *.rst
|
|
prune docs/_build
|
|
|
|
# Just to keep check-manifest happy; on releases those files are gone.
|
|
# Last rule wins!
|
|
exclude changelog.d/*.rst
|
|
include changelog.d/towncrier_template.rst
|