mirror of
https://github.com/getpelican/pelican.git
synced 2025-10-15 20:28:56 +02:00
Globally exclude __pycache__ and *.pyc/pyo files
This commit is contained in:
parent
8be45bd89c
commit
2fe243561b
1 changed files with 2 additions and 1 deletions
|
|
@ -1,5 +1,6 @@
|
|||
include *.rst
|
||||
recursive-include pelican *.html *.css *png *.rst *.markdown *.md *.mkd *.xml *.py *.jinja2
|
||||
recursive-include samples *
|
||||
exclude samples/__pycache__/*
|
||||
include LICENSE THANKS docs/changelog.rst pyproject.toml
|
||||
global-exclude __pycache__
|
||||
global-exclude *.py[co]
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue