mirror of
https://github.com/encode/django-rest-framework.git
synced 2024-11-10 19:56:59 +03:00
f9c67f04d4
* Remove trailing whitespace from lines * Remove trailing nad leading whitespace from files Allows for cleaner diffs in future changes. For editors that automatically clean up whitespace on save, will avoid unrelated line changes in diffs.
20 lines
153 B
Plaintext
20 lines
153 B
Plaintext
*.pyc
|
|
*.db
|
|
*~
|
|
.*
|
|
|
|
/site/
|
|
/htmlcov/
|
|
/coverage/
|
|
/build/
|
|
/dist/
|
|
/*.egg-info/
|
|
/env/
|
|
MANIFEST
|
|
coverage.*
|
|
|
|
!.editorconfig
|
|
!.gitignore
|
|
!.travis.yml
|
|
!.isort.cfg
|