How to keep different content of one file in my local and github repository?

You should make 2 different files one actual database.php and one database.php.example or something like that and then add database.php to .gitignore

Leave a Comment