gitignire .pytest_cache

This commit is contained in:
Scot Hacker 2018-04-07 11:45:06 -07:00
parent bb463f3974
commit f0d2725ceb
2 changed files with 1 additions and 1 deletions

1
.gitignore vendored
View file

@ -10,3 +10,4 @@ settings.json
# Django and Python # Django and Python
*.py[cod] *.py[cod]
.pytest_cache/*

View file

@ -5,4 +5,3 @@
<!-- CSS and JavaScripts for django-todo --> <!-- CSS and JavaScripts for django-todo -->
<link rel="stylesheet" type="text/css" href="{% static 'todo/css/styles.css' %}" /> <link rel="stylesheet" type="text/css" href="{% static 'todo/css/styles.css' %}" />
{% endblock extrahead %} {% endblock extrahead %}