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