mirror of
https://github.com/getpelican/pelican.git
synced 2025-10-15 20:28:56 +02:00
6 lines
242 B
Text
6 lines
242 B
Text
include *.rst
|
|
recursive-include pelican *.html *.css *png *.rst *.markdown *.md *.mkd *.xml *.py *.jinja2
|
|
recursive-include samples *
|
|
include LICENSE THANKS docs/changelog.rst pyproject.toml
|
|
global-exclude __pycache__
|
|
global-exclude *.py[co]
|