mirror of
https://github.com/frappe/gunicorn.git
synced 2026-01-14 02:49:12 +08:00
no docs/build in sdist
alternate spelling _build covers new defaults of regenerated sphinx Makefile
This commit is contained in:
parent
79b9a52cc8
commit
4b48ebe86b
1
.gitignore
vendored
1
.gitignore
vendored
@ -7,6 +7,7 @@
|
|||||||
.tox
|
.tox
|
||||||
__pycache__
|
__pycache__
|
||||||
build
|
build
|
||||||
|
docs/_build
|
||||||
coverage.xml
|
coverage.xml
|
||||||
dist
|
dist
|
||||||
examples/frameworks/django/testing/testdb.sql
|
examples/frameworks/django/testing/testdb.sql
|
||||||
|
|||||||
@ -10,4 +10,6 @@ recursive-include examples *
|
|||||||
recursive-include docs *
|
recursive-include docs *
|
||||||
recursive-include examples/frameworks *
|
recursive-include examples/frameworks *
|
||||||
recursive-exclude * __pycache__
|
recursive-exclude * __pycache__
|
||||||
|
recursive-exclude docs/build *
|
||||||
|
recursive-exclude docs/_build *
|
||||||
recursive-exclude * *.py[co]
|
recursive-exclude * *.py[co]
|
||||||
|
|||||||
Loading…
x
Reference in New Issue
Block a user