From 3d54005332acc1fd160aa99b6f4e42105db4ed66 Mon Sep 17 00:00:00 2001 From: aharris88 Date: Fri, 15 Feb 2013 11:56:15 -0600 Subject: [PATCH] Rename config.php to config-sample.php and ignore config.php --- .gitignore | 1 + lib/{config.php => config-sample.php} | 0 2 files changed, 1 insertion(+) rename lib/{config.php => config-sample.php} (100%) diff --git a/.gitignore b/.gitignore index 18971e2..c1693ab 100644 --- a/.gitignore +++ b/.gitignore @@ -1,2 +1,3 @@ error-log.txt backups/*.zip +lib/config.php diff --git a/lib/config.php b/lib/config-sample.php similarity index 100% rename from lib/config.php rename to lib/config-sample.php