blob: 762b21a2b6b4c83fa25b8d8c84bca506f18f298c (
plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
|
include LICENSE
include README.rst
exclude testapp/production.py
exclude testapp/settings.py
exclude testapp/urls.py
exclude testapp/test_server.py
exclude testapp/manage.py
recursive-exclude testapp/myauthentication *
recursive-include testapp/yaksh_app/static *
recursive-include testapp/yaksh_app/templates *
recursive-include testapp/yaksh_app/management *
recursive-include testapp/yaksh_app/output *
recursive-include testapp/yaksh_app/fixtures *
|