1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 21 22 23 24 25 26 27 28 29
|
graft .
prune .git
prune debian
# Exclude specific files
# All files which are tracked by git and not explicitly excluded here are included by setuptools_scm
exclude .codecov.yaml
exclude .editorconfig
exclude .gitattributes
exclude .gitignore
exclude .mailmap
exclude .pre-commit-config.yaml
exclude .readthedocs.yaml
exclude .rtd-environment.yml
exclude .test_package_pins.txt
exclude .zenodo.json
exclude asv.conf.json
exclude CITATION.cff
exclude sunpy-dev-env.yml
exclude tox.ini
# Prune folders
prune .circleci
prune .github
prune benchmarks
prune binder
prune changelog
prune tools
prune sunpy/_dev
|