From: Oleg Broytman Date: Wed, 21 Sep 2016 22:35:50 +0000 (+0300) Subject: Ignore .cache and .tox directories only at the top X-Git-Url: https://git.phdru.name/?p=cookiecutter.git;a=commitdiff_plain;h=6626bfa52ed4b92f1a07274fdfabf6f274525cff Ignore .cache and .tox directories only at the top --- diff --git a/project_template/.gitignore b/project_template/.gitignore index 427ca64..c64f111 100644 --- a/project_template/.gitignore +++ b/project_template/.gitignore @@ -1,3 +1,3 @@ -.cache/ -.tox/ +/.cache/ +/.tox/ *.py[co]