Ignoring config*.php except config-template.php

To avoid any of the config files ending up in your Git repo
This commit is contained in:
Matt Pass
2013-05-23 09:54:30 +01:00
parent 3d45172991
commit 2dd2e64f43

3
.gitignore vendored
View File

@@ -1,3 +1,4 @@
error-log.txt
backups/*.zip
lib/config.php
lib/config*.php
!lib/config-template.php