Add .htaccess and .htpasswd to .gitignore

This commit is contained in:
Fabian Schieder 2026-01-24 22:34:56 +01:00
parent beee566a26
commit 26fbb03698

3
.gitignore vendored
View File

@ -13,6 +13,9 @@ Desktop.ini
.idea/
*.iml
.htaccess
.htpasswd
############################################
# PHP / Composer
############################################