From f9a40b8207d818e7bb5fe8139fd90f92496612a6 Mon Sep 17 00:00:00 2001 From: Andrew McMillan Date: Sat, 4 Nov 2006 14:51:12 +1300 Subject: [PATCH] Remove the development config from source control, but leave it there as an example. --- config/.gitignore | 1 + config/{config.php => example-config.php} | 2 +- 2 files changed, 2 insertions(+), 1 deletion(-) create mode 100644 config/.gitignore rename config/{config.php => example-config.php} (95%) diff --git a/config/.gitignore b/config/.gitignore new file mode 100644 index 00000000..4f4773fb --- /dev/null +++ b/config/.gitignore @@ -0,0 +1 @@ +config.php diff --git a/config/config.php b/config/example-config.php similarity index 95% rename from config/config.php rename to config/example-config.php index 8cb08cd1..146c10a8 100644 --- a/config/config.php +++ b/config/example-config.php @@ -16,7 +16,7 @@ // $c->dbg['ics'] = 1; // $c->dbg['icalendar'] = 1; // $c->dbg['vevent'] = 1; - $c->dbg['caldav'] = 1; +// $c->dbg['caldav'] = 1; // $c->dbg['user'] = 1; $c->collections_always_exist = false;