From c8e4600419f0b434b85370fd7a65007bb4c4ad71 Mon Sep 17 00:00:00 2001 From: Tyson Clugg Date: Mon, 14 Dec 2015 12:44:33 +1100 Subject: [PATCH] Comments and ordering in gitignore. --- .gitignore | 26 ++++++++++++++++---------- 1 file changed, 16 insertions(+), 10 deletions(-) diff --git a/.gitignore b/.gitignore index 53be784..92c772f 100644 --- a/.gitignore +++ b/.gitignore @@ -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/