Remove the development config from source control, but leave it there as

an example.
This commit is contained in:
Andrew McMillan 2006-11-04 14:51:12 +13:00
parent 9130d9c8bc
commit f9a40b8207
2 changed files with 2 additions and 1 deletions

1
config/.gitignore vendored Normal file
View File

@ -0,0 +1 @@
config.php

View File

@ -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;