From 680f979ac46b9e6a06aac5da513ae0b10dcdfc31 Mon Sep 17 00:00:00 2001 From: BarsTiger Date: Sun, 23 Jan 2022 21:39:53 +0200 Subject: [PATCH] Update gitignore --- .gitignore | 14 ++++++++------ 1 file changed, 8 insertions(+), 6 deletions(-) diff --git a/.gitignore b/.gitignore index 57786ad..426ee9c 100644 --- a/.gitignore +++ b/.gitignore @@ -1,8 +1,10 @@ # Client **/__pycache__/ -/Source/Client/apps/ -/Source/Client/build/ -/Source/Client/sources/ -/Source/Client/*.spec -/Source/Client/*.bak -/Source/Client/config.cfg \ No newline at end of file +/apps/ +/build/ +/sources/ +*.spec +*.bak +config.cfg +/.idea/ +/dist/ \ No newline at end of file