From 7c5f934b3fc765dba5b5196eecee46f24cbb3a6a Mon Sep 17 00:00:00 2001 From: ZhymabekRoman Date: Wed, 25 Sep 2024 14:35:06 +0500 Subject: [PATCH] git: update user data dir path handling --- .gitignore | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.gitignore b/.gitignore index 89b16a7..7ee2fc5 100644 --- a/.gitignore +++ b/.gitignore @@ -159,7 +159,7 @@ cython_debug/ # option (not recommended) you can uncomment the following to ignore the entire idea folder. #.idea/ -user_data/ +**/user_data/ *.dist/ *.build/ medium_db_cache.sqlite*