From 26fbb03698e1bfd0e40a13cf30fbd68b7f641ad6 Mon Sep 17 00:00:00 2001 From: Fabian Schieder Date: Sat, 24 Jan 2026 22:34:56 +0100 Subject: [PATCH] Add .htaccess and .htpasswd to .gitignore --- .gitignore | 3 +++ 1 file changed, 3 insertions(+) diff --git a/.gitignore b/.gitignore index 5a31507..4868fa7 100755 --- a/.gitignore +++ b/.gitignore @@ -13,6 +13,9 @@ Desktop.ini .idea/ *.iml +.htaccess +.htpasswd + ############################################ # PHP / Composer ############################################