Comments and ordering in gitignore.

This commit is contained in:
Tyson Clugg 2015-12-14 12:44:33 +11:00
parent 99fddfcc23
commit c8e4600419

26
.gitignore vendored
View file

@ -2,24 +2,30 @@
# $GIT_DIR/info/exclude or the core.excludesFile configuration variable as
# described in https://git-scm.com/docs/gitignore
*.egg-info
# python
*.pot
*.py[co]
__pycache__
# distutils/setuptools
.eggs/
*.egg-info
MANIFEST
dist/
build/
# docs
docs/_build/
docs/locale/
node_modules/
tests/coverage_html/
tests/.coverage
build/
tests/report/
docs/node_modules/
# test suite
.cache/
.coverage
.eggs/
.tox/
htmlcov/
tests/report/
# meteor
dddp/test/build/
dddp/test/meteor_todos/.meteor/
docs/_build/
docs/node_modules/