gitignire .pytest_cache
This commit is contained in:
parent
bb463f3974
commit
f0d2725ceb
2 changed files with 1 additions and 1 deletions
1
.gitignore
vendored
1
.gitignore
vendored
|
@ -10,3 +10,4 @@ settings.json
|
||||||
|
|
||||||
# Django and Python
|
# Django and Python
|
||||||
*.py[cod]
|
*.py[cod]
|
||||||
|
.pytest_cache/*
|
||||||
|
|
|
@ -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 %}
|
||||||
|
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue