From d469466e66087f922a0ceaf11eff5c457995459a Mon Sep 17 00:00:00 2001 From: starnakin Date: Tue, 24 Oct 2023 22:33:35 +0200 Subject: [PATCH] add: gitignore migration --- django/.gitignore | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/django/.gitignore b/django/.gitignore index 6fa9f68..858e01d 100644 --- a/django/.gitignore +++ b/django/.gitignore @@ -1,3 +1,4 @@ .env *.pyc -db.sqlite3 \ No newline at end of file +db.sqlite3 +**/migrations/* \ No newline at end of file