From f0d2725ceb37564c91a67dd8b919720c329c6a6a Mon Sep 17 00:00:00 2001 From: Scot Hacker Date: Sat, 7 Apr 2018 11:45:06 -0700 Subject: [PATCH] gitignire .pytest_cache --- .gitignore | 1 + todo/templates/todo/base.html | 1 - 2 files changed, 1 insertion(+), 1 deletion(-) diff --git a/.gitignore b/.gitignore index e5e5ade..883ec37 100644 --- a/.gitignore +++ b/.gitignore @@ -10,3 +10,4 @@ settings.json # Django and Python *.py[cod] +.pytest_cache/* diff --git a/todo/templates/todo/base.html b/todo/templates/todo/base.html index cfe6514..c2edad7 100644 --- a/todo/templates/todo/base.html +++ b/todo/templates/todo/base.html @@ -5,4 +5,3 @@ {% endblock extrahead %} -