django-rest-framework/.gitignore
2016-04-11 14:13:11 +01:00

19 lines
138 B
Plaintext

*.pyc
*.db
*~
.*
/site/
/htmlcov/
/coverage/
/build/
/dist/
/*.egg-info/
/env/
MANIFEST
coverage.*
!.gitignore
!.travis.yml
!.isort.cfg