diff --git a/.gitignore b/.gitignore index 21c2896..b08f880 100644 --- a/.gitignore +++ b/.gitignore @@ -14,6 +14,7 @@ Thumbs.db admin/storage/cache/ admin/storage/geoip/ admin/storage/stats.json +admin/storage/logs/login_attempts.json var/ # Runtime-compiled theme assets (generated by scssphp, read-only) diff --git a/admin/storage/logs/login_attempts.json b/admin/storage/logs/login_attempts.json deleted file mode 100644 index e2b36e3..0000000 --- a/admin/storage/logs/login_attempts.json +++ /dev/null @@ -1 +0,0 @@ -{"admi":{"count":1,"last_attempt":1771257322},"":{"count":4,"last_attempt":1787141227}} \ No newline at end of file