From 6626bfa52ed4b92f1a07274fdfabf6f274525cff Mon Sep 17 00:00:00 2001 From: Oleg Broytman Date: Thu, 22 Sep 2016 01:35:50 +0300 Subject: [PATCH] Ignore .cache and .tox directories only at the top --- project_template/.gitignore | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) 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] -- 2.39.2