From 8a0a46867dd31d0516e2fe3c345a782e9a5f492a Mon Sep 17 00:00:00 2001 From: Bluzume <39113159+KuromeSan@users.noreply.github.com> Date: Thu, 12 Aug 2021 00:58:41 +1200 Subject: [PATCH] Update .gitignore --- .gitignore | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/.gitignore b/.gitignore index d9eceaf..eef088d 100644 --- a/.gitignore +++ b/.gitignore @@ -1,2 +1,2 @@ -AppInfoCli\bin\* -AppInfoCli\obj\* \ No newline at end of file +*bin/* +*obj/* \ No newline at end of file