[zen-33] Updated config globbing
[zf2.biz/application_blanche.git] / config / autoload / local.config.php.dist
diff --git a/config/autoload/local.config.php.dist b/config/autoload/local.config.php.dist
deleted file mode 100644 (file)
index 7862eba..0000000
+++ /dev/null
@@ -1,16 +0,0 @@
-<?php
-/**
- * Local Configuration Override
- *
- * This configuration override file is for overriding environment-specific and
- * security-sensitive configuration information. Copy this file without the
- * .dist extension at the end and populate values as needed.
- *
- * @NOTE: This file is ignored from Git by default with the .gitignore included
- * in ZendSkeletonApplication. This is a good practice, as it prevents sensitive
- * credentials from accidentally being comitted into version control.
- */
-
-return array(
-    // ...
-);