From 37235dbd2b76a4ce0d9c7a0d8bb330ab0733f4b2 Mon Sep 17 00:00:00 2001 From: yaso-meth Date: Thu, 22 Aug 2024 16:11:51 +0200 Subject: [PATCH] ignore temp files --- backend/.gitignore | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/backend/.gitignore b/backend/.gitignore index c9b6c899..377f7991 100644 --- a/backend/.gitignore +++ b/backend/.gitignore @@ -1,3 +1,3 @@ database/__pycache__/ __pycache__/ -temp.pdf \ No newline at end of file +temp*.pdf \ No newline at end of file