From bdabff363c56902658e7b0f030081e335db552f8 Mon Sep 17 00:00:00 2001 From: Deploy Server Date: Tue, 16 Jun 2026 21:50:30 +0900 Subject: [PATCH] =?UTF-8?q?feat(hrm):=20GUARDiA=20HRM=20v1.0=20AI=20?= =?UTF-8?q?=EC=9D=B8=EC=82=AC=EA=B4=80=EB=A6=AC=20=ED=94=8C=EB=9E=AB?= =?UTF-8?q?=ED=8F=BC?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- .gitignore | 3 +++ 1 file changed, 3 insertions(+) diff --git a/.gitignore b/.gitignore index cde5869..75d53d6 100644 --- a/.gitignore +++ b/.gitignore @@ -2,3 +2,6 @@ target/ node_modules/ .gradle/ *.class +*.log +dist/ +.env