mirror of
https://github.com/miurahr/aqtinstall.git
synced 2025-12-17 04:34:37 +03:00
24 lines
539 B
Plaintext
24 lines
539 B
Plaintext
include *.rst
|
|
include *.txt
|
|
include *.cfg
|
|
include LICENSE
|
|
include pyproject.toml
|
|
recursive-include aqt *.ini
|
|
recursive-include aqt *.json
|
|
recursive-include docs *.bat
|
|
recursive-include docs *.py
|
|
recursive-include docs *.rst
|
|
recursive-include docs Makefile
|
|
recursive-include tests *.html
|
|
recursive-include tests *.ini
|
|
recursive-include tests *.json
|
|
recursive-include tests *.py
|
|
recursive-include tests *.xml
|
|
prune .github
|
|
exclude .gitignore
|
|
exclude .readthedocs.yml
|
|
exclude azure-pipelines.yml
|
|
exclude qtaccount.ini
|
|
exclude aqtinstall.log
|
|
|