From 43ee1dd86bbb64b6e2ceb2b394c3057507ce2cfc Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?=E6=BA=90=E6=96=87=E9=9B=A8?= <41315874+fumiama@users.noreply.github.com> Date: Sat, 19 Oct 2024 18:07:12 +0900 Subject: [PATCH] chore: add ignores --- app/.gitignore | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/app/.gitignore b/app/.gitignore index 956c004..67aaf57 100644 --- a/app/.gitignore +++ b/app/.gitignore @@ -1,2 +1,3 @@ /build -/release \ No newline at end of file +/release +/debug \ No newline at end of file