From a1cbcec86dc6171e3a15c064489f822c3f2b9ead Mon Sep 17 00:00:00 2001
From: Brandon Rodriguez <brodriguez8774@gmail.com>
Date: Fri, 6 Nov 2020 22:17:34 -0500
Subject: [PATCH] Make sqlite ignore more generic

---
 languages/django.gitignore | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/languages/django.gitignore b/languages/django.gitignore
index 16cd5f2..669a20f 100644
--- a/languages/django.gitignore
+++ b/languages/django.gitignore
@@ -41,7 +41,7 @@ vscode/
 
 # Ignore development-related Django files.
 DEBUG
-db.sqlite
+*.sqlite
 
 
 # Ignore compiled CSS/JS files.
-- 
GitLab