diff --git a/.gitignore b/.gitignore index b02810e..bcf058a 100644 --- a/.gitignore +++ b/.gitignore @@ -1,4 +1,4 @@ error-log.txt backups/*.zip lib/config*.php -!lib/config-template.php \ No newline at end of file +!lib/config___template.php \ No newline at end of file diff --git a/lib/config-template.php b/lib/config___template.php similarity index 100% rename from lib/config-template.php rename to lib/config___template.php