From 80c81dadafc6b6eb5d3d0fbf5436c2b53a212ec6 Mon Sep 17 00:00:00 2001 From: starnakin Date: Tue, 24 Oct 2023 13:56:05 +0200 Subject: [PATCH] gitingore: add db --- django/.gitignore | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/django/.gitignore b/django/.gitignore index ee79715..6fa9f68 100644 --- a/django/.gitignore +++ b/django/.gitignore @@ -1,2 +1,3 @@ .env -*.pyc \ No newline at end of file +*.pyc +db.sqlite3 \ No newline at end of file