mirror of
https://github.com/jazzband/django-ddp.git
synced 2026-03-16 22:40:24 +00:00
18 lines
332 B
Text
18 lines
332 B
Text
include *.rst
|
|
include *.sh
|
|
include *.txt
|
|
include .gitignore
|
|
include LICENSE
|
|
include requirements*.txt
|
|
include Makefile
|
|
graft docs
|
|
graft tests
|
|
prune docs/_build
|
|
prune docs/node_modules
|
|
prune tests/build
|
|
prune tests/meteor_todos/.meteor/local
|
|
prune */__pycache__
|
|
prune *.pyc
|
|
exclude .travis.yml.ok
|
|
exclude .travis.yml
|
|
exclude tox.ini
|