From 090d20fa53ade395354a0e9d2d3a0b3baea4fff6 Mon Sep 17 00:00:00 2001
From: Brandon Rodriguez <brodriguez8774@gmail.com>
Date: Fri, 1 Mar 2024 15:53:53 -0500
Subject: [PATCH] Update project gitignore

---
 .gitignore | 3 +++
 1 file changed, 3 insertions(+)

diff --git a/.gitignore b/.gitignore
index 68b7cff..cd19fc4 100644
--- a/.gitignore
+++ b/.gitignore
@@ -144,3 +144,6 @@ node_modules/
 # This is one of the few instances where we don't expect to ever use
 # this in production. So we can safely ignore Pipfile.lock files.
 */Pipfile.lock
+
+# Ignore test image, if present.
+*/media/uploads/test_image.*
-- 
GitLab