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 docs
graft src
graft ci
graft tests
include AUTHORS.rst
include CHANGELOG.rst
include CONTRIBUTING.rst
include LICENSE
include README.rst
include pyproject.toml
include requirements.txt
exclude .appveyor.yml
exclude .bumpversion.cfg
exclude .codacy.yaml
exclude .cookiecutterrc
exclude .coveragerc
exclude .editorconfig
exclude .travis.yml
exclude tox.ini
global-exclude *.py[cod] __pycache__/* *.so *.dylib
recursive-include fake_project *.bat
recursive-include fake_project *.md
recursive-include fake_project *.py
recursive-include fake_project *.rst
recursive-include fake_project Makefile
|