mirror of
https://github.com/jazzband/django-defender.git
synced 2026-05-12 17:43:14 +00:00
15 lines
367 B
Text
15 lines
367 B
Text
include .coveragerc
|
|
include CHANGES.rst
|
|
include CONTRIBUTING.rst
|
|
include LICENSE
|
|
include README.rst
|
|
include CODE_OF_CONDUCT.md
|
|
include requirements.txt
|
|
include tox.ini
|
|
include .pre-commit-config.yaml
|
|
include .readthedocs.yaml
|
|
recursive-include docs *
|
|
recursive-include exampleapp *
|
|
recursive-include defender/templates *.html
|
|
recursive-exclude * *.py[co]
|
|
prune .eggs
|