29 lines
552 B
Text
29 lines
552 B
Text
include README.md
|
|
include LICENSE
|
|
|
|
graft accounts/templates
|
|
graft accounts/migrations
|
|
|
|
graft cards/templates
|
|
graft cards/migrations
|
|
|
|
graft home/migrations
|
|
|
|
graft theme/templates
|
|
graft theme/templatetags
|
|
graft theme/static
|
|
|
|
graft trades/templates
|
|
graft trades/migrations
|
|
|
|
graft static
|
|
|
|
recursive-include accounts *.py
|
|
recursive-include cards *.py
|
|
recursive-include common *.py
|
|
recursive-include django_project *.py
|
|
recursive-include home *.py
|
|
recursive-include theme *.py
|
|
recursive-include trades *.py
|
|
|
|
global-exclude *.py[cod] __pycache__ .DS_Store .*
|