
Starting with the current templates and view, I will gradually remake it to look like the wireframes require. Change-Id: Ia6539c84677a4a40a030620b90cedc042f470e6c
19 lines
682 B
Plaintext
19 lines
682 B
Plaintext
recursive-include doc *.py *.rst *.css *.js *.html *.conf *.jpg *.gif *.png *.css_t
|
|
recursive-include tools *.py *.sh
|
|
recursive-include tuskar_boxes *.py *.html *.js *.scss *.mo *.po *.example *.eot *.svg *.ttf *.woff *.png *.ico *.wsgi *.gif *.csv *.template
|
|
recursive-include tuskar_sat_ui *.py *.html *.js *.scss *.mo *.po *.example *.eot *.svg *.ttf *.woff *.png *.ico *.wsgi *.gif *.csv *.template
|
|
|
|
include AUTHORS
|
|
include LICENSE
|
|
include Makefile
|
|
include manage.py
|
|
include README.md
|
|
include run_tests.sh
|
|
include tox.ini
|
|
include doc/Makefile
|
|
include doc/source/_templates/.placeholder
|
|
include requirements.txt
|
|
include test-requirements.txt
|
|
|
|
exclude openstack_dashboard/local/*
|