From 9ae89587faafe718db979d14bdda378056dedc26 Mon Sep 17 00:00:00 2001 From: ismail Date: Mon, 13 Oct 2025 17:12:55 +0300 Subject: [PATCH] untrack db.sqlite --- .gitignore | 1 + 1 file changed, 1 insertion(+) diff --git a/.gitignore b/.gitignore index 74f846b..7000088 100644 --- a/.gitignore +++ b/.gitignore @@ -110,3 +110,4 @@ local_settings.py # If a rule in .gitignore ends with a directory separator (i.e. `/` # character), then remove the file in the remaining pattern string and all # files with the same name in subdirectories. +db.sqlite3 \ No newline at end of file