From 1b835c11c6e4ce74efa6d5d4c1d2391a8cd8af2d Mon Sep 17 00:00:00 2001 From: DobyChao <106363380+DobyChao@users.noreply.github.com> Date: Tue, 1 Aug 2023 20:21:55 +0800 Subject: [PATCH] add .gitignore Signed-off-by: DobyChao <106363380+DobyChao@users.noreply.github.com> --- .gitignore | 6 +++++- 1 file changed, 5 insertions(+), 1 deletion(-) diff --git a/.gitignore b/.gitignore index adbb97d..6543fb8 100644 --- a/.gitignore +++ b/.gitignore @@ -1 +1,5 @@ -data/ \ No newline at end of file +data/ +dist/ +build/ +working-hour-calculator.exe +*.spec