2015-10-13 13:28:39 +00:00
|
|
|
include *.rst
|
|
|
|
|
include *.sh
|
|
|
|
|
include *.txt
|
2015-11-05 03:54:06 +00:00
|
|
|
include .gitignore
|
2016-01-06 04:54:58 +00:00
|
|
|
include LICENSE
|
|
|
|
|
include requirements*.txt
|
2015-10-13 13:28:39 +00:00
|
|
|
include Makefile
|
2015-12-16 11:40:44 +00:00
|
|
|
graft docs
|
2016-01-06 04:54:58 +00:00
|
|
|
graft tests
|
2015-12-16 11:40:44 +00:00
|
|
|
prune docs/_build
|
|
|
|
|
prune docs/node_modules
|
2016-01-06 04:54:58 +00:00
|
|
|
prune tests/build
|
|
|
|
|
prune tests/meteor_todos/.meteor/local
|
|
|
|
|
prune */__pycache__
|
|
|
|
|
prune *.pyc
|
2015-12-27 14:10:23 +00:00
|
|
|
exclude .travis.yml.ok
|
2015-12-14 01:21:27 +00:00
|
|
|
exclude .travis.yml
|
2016-01-06 04:54:58 +00:00
|
|
|
exclude tox.ini
|