From 34bb8c6f21a5a2329e7869413061465cd30e445d Mon Sep 17 00:00:00 2001 From: Edwin Noorlander Date: Thu, 27 Aug 2026 09:12:12 +0000 Subject: [PATCH] Fix: gitignore runtime-bestand login_attempts.json (botste bij merge) --- .gitignore | 1 + admin/storage/logs/login_attempts.json | 1 - 2 files changed, 1 insertion(+), 1 deletion(-) delete mode 100644 admin/storage/logs/login_attempts.json 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