From 4a190ea396d7ba01441cca55a22666204b064a25 Mon Sep 17 00:00:00 2001
From: James <james39.smith@live.uwe.ac.uk>
Date: Tue, 19 Mar 2024 12:00:26 +0000
Subject: [PATCH]  added debug.log to ignore so it doesn't flag when changing
 branches every time

---
 .gitignore          | 1 +
 myproject/debug.log | 1 +
 2 files changed, 2 insertions(+)

diff --git a/.gitignore b/.gitignore
index e093c59..bb48dca 100644
--- a/.gitignore
+++ b/.gitignore
@@ -7,3 +7,4 @@ myproject/myproject/__pycache__/__init__.cpython-312.pyc
 myproject/myproject/__pycache__/settings.cpython-312.pyc
 myproject/myproject/__pycache__/urls.cpython-312.pyc
 .venv/
+myproject/debug.log
\ No newline at end of file
diff --git a/myproject/debug.log b/myproject/debug.log
index a6f4149..073fa8c 100644
--- a/myproject/debug.log
+++ b/myproject/debug.log
@@ -1073,3 +1073,4 @@ Watching for file changes with StatReloader
 Watching for file changes with StatReloader
 /usr/src/app/myapp/views.py changed, reloading.
 Watching for file changes with StatReloader
+Watching for file changes with StatReloader
-- 
GitLab