From 2dd2e64f435edc9d7d054fffa965fae431bef9d5 Mon Sep 17 00:00:00 2001 From: Matt Pass Date: Thu, 23 May 2013 09:54:30 +0100 Subject: [PATCH] Ignoring config*.php except config-template.php To avoid any of the config files ending up in your Git repo --- .gitignore | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/.gitignore b/.gitignore index 7e8dc04..b02810e 100644 --- a/.gitignore +++ b/.gitignore @@ -1,3 +1,4 @@ error-log.txt backups/*.zip -lib/config.php \ No newline at end of file +lib/config*.php +!lib/config-template.php \ No newline at end of file