feat: Add secrets.php to .gitignore

Enhances security by ignoring secrets.php file, preventing
accidental commits of sensitive data. Ensures better protection
of confidential information.
This commit is contained in:
Kumi 2024-11-27 20:41:45 +01:00
parent b9e173d3ca
commit f98a00b698
Signed by: kumi
GPG key ID: ECBCC9082395383F

1
.gitignore vendored
View file

@ -1,5 +1,6 @@
# Configuration file
/config.php
/secrets.php
# NodeJS dependencies
/node_modules/