From 4a6bc3ea62ea1cff04f920ff60e2c89560731cdf Mon Sep 17 00:00:00 2001 From: cakmoel Date: Sat, 11 Apr 2026 09:15:53 +0700 Subject: [PATCH] fix: resolve merge conflict in .gitignore --- .gitignore | 7 +++++-- 1 file changed, 5 insertions(+), 2 deletions(-) diff --git a/.gitignore b/.gitignore index f2246d6b..712ea3bb 100644 --- a/.gitignore +++ b/.gitignore @@ -37,6 +37,9 @@ node_modules/ # PHPUnit .phpunit.result.cache -# Rate limit cache files +# Runtime cache files src/public/cache/rate_limit/ -.plan/ +src/public/log/unlock_attempts/ + +# Plan +.plan