mirror of
https://github.com/jazzband/django-categories.git
synced 2026-03-16 14:20:24 +00:00
19 lines
600 B
Text
19 lines
600 B
Text
include requirements.txt
|
|
include NOTICES.txt
|
|
include README.txt
|
|
include CREDITS.txt
|
|
include LICENSE.txt
|
|
|
|
recursive-include categories *.html *.txt *.json *.html
|
|
recursive-include categories/static *.html *.gif *.png *.css *.txt *.js
|
|
recursive-include categories/editor *.html *.gif *.png *.css *.js
|
|
|
|
recursive-include doc_src *.rst *.txt *.png *.css *.html *.js
|
|
recursive-exclude doc_src/_build *.*
|
|
include doc_src/Makefile
|
|
include doc_src/make.bat
|
|
|
|
recursive-include categories/locale *.mo *.po
|
|
recursive-include categories/editor/locale *.mo *.po
|
|
recursive-include requirements *.txt
|
|
prune example
|