1
0
mirror of https://github.com/django/django.git synced 2024-12-22 17:16:24 +00:00

Synced .hgignore with .gitignore

This commit is contained in:
Tim Graham 2015-07-01 10:23:05 -04:00
parent 839edcebb3
commit 39ec59d6d0

View File

@ -8,6 +8,8 @@ MANIFEST
dist/ dist/
docs/_build/ docs/_build/
docs/locale/ docs/locale/
node_modules/
tests/coverage_html/ tests/coverage_html/
tests/.coverage tests/.coverage
build/ build/
tests/report/