mirror of
https://github.com/encode/django-rest-framework.git
synced 2024-11-10 19:56:59 +03:00
24 lines
289 B
Plaintext
24 lines
289 B
Plaintext
|
*.pyc
|
||
|
*.db
|
||
|
assetplatform.egg-info/*
|
||
|
*~
|
||
|
coverage.xml
|
||
|
env
|
||
|
docs/build
|
||
|
html
|
||
|
htmlcov
|
||
|
examples/media/pygments/[A-Za-z0-9]*
|
||
|
examples/media/objectstore/[A-Za-z0-9]*
|
||
|
build/*
|
||
|
dist/*
|
||
|
xmlrunner/*
|
||
|
djangorestframework.egg-info/*
|
||
|
MANIFEST
|
||
|
.project
|
||
|
.pydevproject
|
||
|
.settings
|
||
|
.cache
|
||
|
.coverage
|
||
|
.tox
|
||
|
.DS_Store
|